PROGRAMMING:Help Xiao Ming out
Xiao Ming wants to travel, so he can't decide which day to go, so 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 this number to find the remainder of 5, and the output result corresponds to:
0 choose mon,
1 Tue,
Two choices Wen,
Three choices of Thu,
Choose fri
###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 = Fri
```
answer:If there is no answer, please comment
0 choose mon,
1 Tue,
Two choices Wen,
Three choices of Thu,
Choose fri
###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 = Fri
```
answer:If there is no answer, please comment