Well as most of you know I started C#, but at school it is going really slow. So I am going to start asking some questions here. Ok so what I want is to make a console application, input some marks and read them to a variable, output them onto the screen and work the total and average. now all I need is to know how to read the user input into a variable, I have the rest done.
Thanks. I remember in Pascal I used to do something like
Readln(variablename);
now is it the same thing in C#? But change ReadLn to
Console.ReadLine(variablename);
Because I tried it but didn't work
I know this might be the noobest question, but in VB6.0 I'm not familiar with console.
Thanks!