i am making a game(cookieclicker to be exact) im running of a problem of repetition so I fixed it but theirs still a problem of var not being returned ...
i am making a game(cookieclicker to be exact) im running of a problem of repetition so I fixed it but theirs still a problem of var not being returned ...
https://onlinegdb.com/-9jZX-uU0 [link] I want to have the second line of code to have the user input the Fahrenheit not the Celsius twice. The int ma ...
Hello there. Please tell me where my mistake is. I am getting the following error: Warning: Functions are not valid as a React child. This may happe ...
Not all paths return a string value to return I have tried to make everything return a string value but still couldn't figure it out. I have tried lot ...
I am trying to work on a employee management system that takes employee information as input and prints the output accordingly. Structure: Program ...
trying to calculate the total of a bill after adding tax and a tip then splitting it between 2 people; the code compiles but doesn't print the end val ...
I have a function that returns pointer to array of structures. However, when I try to access any of the values of returned structure, it prints random ...
I am taking an assessment for JavaScript and I am stuck. I have tried tweaking and moving things around with no luck. Basically it is a series of ques ...
Do you know what happened with quantmod? The following code worket, but now it is not working. library(quantmod) sp <- getSymbols("^GSPC", scr = " ...
Relatively new to javascript. Just cannot seem to find out why this code doesn't work. This is part of the Odin Project's javascript exercises, exerc ...
Newer to Python and am experimenting with creating my own Context Manager for calling Login/Logout methods of a certain REST API. That way I can do ot ...
Intuitively this seems impossible, but here goes. I am importing a class from a python module, where it has a static method that returns a new instan ...
I want to return a custom entity response when a specific exception occurs (Example, Unauthorized exception). I know how to catch it but only to retur ...
I've written this code to problem from Leetcode in Java. Question 496 Next Greater Element I. Here I must return an array with its brackets, like outp ...
I have a function I am attempting to return a tuple of values from: fn get_two_bytes(data: &[u8]) -> (Vec<(u8, u8)>, BTreeSet<(u8, u8 ...
So i am working on this function that takes a list as a parameter containing positive int, negative int, and the number 0 (zero). I have written the f ...
This is a very simple program but I can't work out why arg is a list inside the function (I've tested using print(arg)), but when 'arg' is returned ...
I want to calculate the standard deviation of daily log returns over a period of time after a certain date. In other words: I want to set a data (e.g. ...
I recently started programming in C and ran into the problem of returning an array. When i try to return the array i get a heap-buffer-overflow runtim ...
Trying to setup a powershell monitor for maintenance mode value from the output of ./repcli status: This returns a long list of values and I'm trying ...