-->
当前位置:首页 > 题库

PROGRAMMING:Print menu

Luz5年前 (2021-05-10)题库373
This problem requires the preparation of procedures to print 5 lines of menu on the screen.
###Input format:
There is no input for this topic.
###Output format:
Print the menu in the following format, one sentence per line. Note that there cannot be any extra characters except for the newline of each line.
[1] Select crisps
[2] Select popcorn
[3] Select chocolate
[4] Select cola
[0] Exit
###Input example:
```in
```
###Output example:
```out
[1] Select crisps
[2] Select popcorn
[3] Select chocolate
[4] Select cola
[0] Exit
```







answer:If there is no answer, please comment