0
C# program on SoloLearn
hi friends, i wrote a code in c# wich ask for username (input) and after that a number wich has to be guessed between 0-100 (6 chances = 6x input). When i try this code in Visual Studio it all works fine exept here on sololearn so..... is it normal that i cant write a c# code on solo wich can do/ask (for) multiple inputs - from the user? please check my code. Iam new @ coding so please help me out. https://code.sololearn.com/cM7fLp4Quf1h/#cs thanks a lot! https://code.sololearn.com/ci699jHh3UT4/?ref=app
2 Antworten
+ 1
Ah, yes, that's the limitation of sololearn playground - you should enter all user inputs of the program at once. Of course, you can not do it in your app, because it's interactive.
0
good to know.
thank you!