convert string to int and read it

59

convert string to int and read it -

int intTemp = Convert.ToInt32(Console.ReadLine());

Comments

Submit
0 Comments