+ 2
Would this program work? SoloLearn compiler does not support multiple user input instances.
This is my first program. I have only made it through 2nd set of lessons on SoloLearn, so I do not have knowledge of anything super advanced. Just trying to make a program that I can continuously work on and improve as I get further in lessons. Thanks for the feedback. https://code.sololearn.com/c3zcHGPn89AP/?ref=app
2 odpowiedzi
+ 2
Your code may not have any errors if it works well in your computer. Sololearn compiler asks for all the arguments at once so you need to tell the users what to input using a comment.
You may understand the reason by reading these threads.
https://www.sololearn.com/discuss/667918/?ref=app
https://www.sololearn.com/discuss/1635099/?ref=app
https://www.sololearn.com/discuss/1403309/?ref=app
+ 1
Try to give numbers on command in input. It will know the input then.