0
Can smbd help me with this code?
5 Answers
+ 1
You also haven't declared what the type of userInt and userChar are, and you have to convert Console.Readline to int if you want to read it as one. Your code also would work smoother if you use else if to link statements that are related to each other together rather than seperate if statements. Let me know if you run into problems and I can annotate your code for you if you like.
+ 2
Try the code after removing'=' from the 23 line after .readline
+ 1
Take a look at this, let me know if it doesn't make sense: https://code.sololearn.com/cjR3pNbdYH7K/#cs
+ 1
Thank gou so much! I appreciate your help!
0
Ok, I'll try. How to declare and where to do that?(in which lines?) Can you please annotate it for me? I've got no Idea how to make it ((