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

PROGRAMMING:Help Xiao Ming out

Luz5年前 (2021-05-10)题库341
Xiao Ming came across a multiple-choice question with four options. He didn't know how to do it. He decided 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:
Choose a from 0,
One is B,
Choose C from 2,
Choose D
###Input format:
Enter a number in an integer range
###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 = A
```







answer:If there is no answer, please comment