Programming C++ (activity)
Now that you know the basics of user input, try it out by completing the
following exercises. In each program, you should use variables to store
the information gathered from the user.
1. Ask the user for their age, nickname, favorite color, height, blood
type. Then print out how old they will be in 10 years.
2. Ask the user for their name, surname, date of birth, gender, ID
number. Then print out user details and three greeting statements
in three different languages.
3. Ask the user for five numbers. Then calculate and print out the sum
and average.
***Please take these exercises seriously
Good Luck!!!