R
Raj
What is the difference between these two statments? why is one of the
statement (the second one)is not working??
int a=int.Parse(Console.ReadLine());
int a=(int)Console.ReadLine();
Thank you
Regards
Raj
statement (the second one)is not working??
int a=int.Parse(Console.ReadLine());
int a=(int)Console.ReadLine();
Thank you
Regards
Raj