0
Can anyone help me?
My code got problem https://code.sololearn.com/c87G7nAhtgSc/?ref=app
2 ответов
+ 5
Please,
Can you explain the task you want to do?
-->
string your_score;
OR string yourScore;
// Not: string your score; !?
-->
Console.WriteLine("good {0}, your_score");
Are you finish this one lesson ?
https://www.sololearn.com/learn/CSharp/2585/
+ 4
Hey, Charlie, make sure you have understood and memorised variable naming rules:
https://www.sololearn.com/learn/CSharp/2582/
Also, it would be nice to improve your code a little so it outputs "good" only if the user inputs integer higher than 60 or something.
Cheers!