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

PROGRAMMING:to greet

Luz5年前 (2021-05-10)题库522
Output greetings: Hello! What's your name?
Enter the name from the keyboard and output the welcome message.
###Input format:
Please enter your name here. For example:
GaiFuShuai
###Output format:
Please describe the output here, for example:
Hello! What's your name?
GaiFuShuai,Welcome to learn OOP using C++!
###Input example:
```in
BaiFuMei
```
###Output example:
```out
Hello! What's your name?
BaiFuMei,Welcome to learn OOP using C++!
```






answer:If there is no answer, please comment