0
User input
Iām not sure if I somehow skipped it, but how do you get user input for an integer? Iām pretty sure it only showed user input with strings.
3 Answers
+ 2
hi Jake
code...
int x = Convert.ToInt32(Console.ReadLine())
the lesson on user input is here..
https://www.sololearn.com/learn/CSharp/2585/
0
Thats what I did except i converted a string, Thanks!
0
I actually remember seeing this lesson, but maybe i forgot...