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

PROGRAMMING:Output asterisk 1

Luz5年前 (2021-05-10)题库428
Write a program to achieve the following functions
Output n rows of asterisks, 5 * asterisks per row.
###Input format:
Enter an integer
###Output format:
5 * per line, N lines
###Input example:
```in
four
```
###Output example:
The corresponding output is given here. For example:
```out




```







answer:If there is no answer, please comment