Activity 2 - Name and selection programme

Create the following programme, called 'Name and selection':

Ensure that the programme has an author and a title in the comments.


  1. The programme will ask the following question:
    • What is your name? (Name will be saved as a variable)
  2. The programme will print the following multiple choice question:

Select the fruit that you like the most:

      1. Apples
      2. Oranges
      3. Grapes
  1. If 1 is selected display: Name likes apples.
  2. If 2 is selected display: Name likes oranges.
  3. If 3 is selected display: Name likes grapes.

End of programme.