1
Answer

c# integer

num = Convert.ToInt32(Console.ReadLine());
  here why need to convert num to int . what is the use of it 
Answers (1)