PROGRAMMING:Output asterisk 1
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
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