Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. 
  
The Menu 
Question:
Write a program that presents to the user a choice of your 5 favorite beverages (1.Coke, 2.Water, 3.Sprite, 4.Bravo, and 5.Fanta).
Then allow the user to choose a beverage by entering a number 1-5.  
If the user input other than 1-5 then it outputs "Wrong Input"
 
Input specification:  
A Positive integer from 1 to 5.
 
Output specification: 
Beverage they chose with a message: "Here is your "choice".
 
  
| Sample Input | 
Sample Output |  
3 
6  
 | 
Here is your Sprite  
Wrong Input  
 | 
   
    
Для отправки решений необходимо выполнить вход.
  
 |