Activity 3 - Name and age

Create a programme that:

  1. Ask the user for their name and saves it as a variable.
  2. Ask the user their age and saves it as a variable.
  3. Prints: Hi, I'm name and I am age years old.