using System;
class Program
{
public static void Main(String[] args)
{
Console.WriteLine("Please Enter your name");
string str = Console.ReadLine();
Console.WriteLine("Hello " + str);
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment