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

PROGRAMMING:Help Xiao Ming out

Luz5年前 (2021-05-10)题库419
Xiao Ming wants to travel. He is not sure which season to go. He decides to guess an answer. Please use the program to simulate the process of guessing the answer, that is, input a number through the keyboard, use the number to find the remainder of 4, and the output result corresponds to:
0 choose first to represent the first quarter,
1 select second to represent the second quarter,
Second, third represents the third quarter,
Choose four for the fourth quarter
###Input format:
Enter an integer
###Output format:
Answer = option
###Input example:
Here is a set of inputs. For example:
```in
four
```
###Output example:
The corresponding output is given here. For example:
```out
answer = First
```







answer:If there is no answer, please comment