Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Selection

Jojo just learn about selection. To test his understanding, his teacher asks him to make a program
that read a number and print "I love fruit" if the input is 1, "I love vegetable" if the input is 2, and
"No comment" if the input is 3. Help him complete the task!

Format Input
The input consists of 3 lines of mathematical equations separated by a single space.

Format Output
Please refer the description for the output format.

Constraints
1 <= N <= 3

Sample Input Sample Output


1 I love fruit
2 I love vegetable
3 No comment

You might also like