1. Create a console application that will output your contact information and allowing the user to exit the screen when prompted.
2. Write a console application that asks the user to enter 2 numbers and display the sum of those 2 numbers.
3. Extend the console application created in 2 above by adding a sum function and a product function. Display the results on the screen by calling both functions.