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

PROGRAMMING:You're a college student

Luz5年前 (2021-05-10)题库424
Input and output: prompt user to input name (prompt message is: "please input your name)"), output display: so and so is already a college student!
###Input format:
Prompt the user to enter the name, such as "Zhang Wuji", "Nezha"
###Output format:
30. You are already a college student!
###Input example:
Here is a set of inputs. For example:
```in
nezha
```
###Output example:
The corresponding output is given here. For example:
```out
Nezha, you are already a college student!
```







answer:If there is no answer, please comment