num = Convert.ToInt32(Console.ReadLine());
here why need to convert num to int . what is the use of it
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 13, 2015, 6:02 AM
This would be done so you could apply some arithmetic operations to num which you can't do to strings.