Taking Input:

Q1: Write a program to take user's input. Take name, grades, age and gpa as input and print values on screen.

Q2: Write a program to take two numbers from the user as input on run time and print their values on screen using cout. The data type of numbers should be int.