C# 1

System.Console.WriteLine("Enter your goal mark for term 3");
 string input = System.Console.ReadLine();
 int no = System.Convert.ToInt32(input);

//ReadLine() can only read string
//public override string ReadLine()

No Response to "C# 1"

Post a Comment

 

Copyright © 2013-2014 Lai Duy Thanh All rights reserved.