+ 1
Where do i enter the number to be inserted into the variable?
9 odpowiedzi
+ 2
Could you elaborate more? For example, what programming language are you talking about?
+ 2
So you want to know where to enter input when running this program?
+ 2
You can just run the program in SoloLearn and I think it should just ask for input.
+ 2
You should be able to click on the Try It Yourself then click run and an input box should come up asking for a value, which you can type in.
+ 2
OK, have fun coding!!!
0
c++ example cout<<"please enter a number";
cin>>a;
0
yes
0
The problem I am having is where to enter input. Im running the sololearn c++ app and in the variables section, accepting user input, "try it yourself"
0
That worked. I was thinking I had to enter input into the actual code somewhere.