FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

using System; namespace Methods { class Prac2 { static void Main(string[] args) { Console.Write("Enter your name: "); //Write string name = Console.ReadLine(); //ReadLine Console.WriteLine("Hello " + name); //WriteLine Console.ReadKey(); //ReadKey } } }

Back | FazBrowse Home | New Git URL