Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string firstName = Console.ReadLine();
- string secondName = Console.ReadLine();
- Console.WriteLine("Your first name is... " + firstName);
- Console.WriteLine("Your second name is... " + secondName);
- //Console.WriteLine = Print
- //Console.ReadLine = Input
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement