Quiz #1

1. Write a complete C# program that will write the string "Hi, my name is <your name>" in a Console window.

 

2. Write a C# Main method that reads two integers (one per line), and then writes them and their product with appropriate labels to the Console window.