Getting input from Users; Console.ReadLine
The Assignment
Using the information in the videos that you just watched, make a simple calculator.
1. Ask the user for their name using Console.Write
example... Hello, what is your name?
2. Ask them for 2 different numbers using Console.Write and Console.Readline
example... Please input a number
Please input a second number
3. Using a Console.WriteLine tell your user what data they put in. Include their name and their two numbers.
example... "Thank you Simon, the two numbers that you put in are 7 and 14.
4. Finish your program with a greeting
example... Thank you for using this program today. Good bye