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

PROGRAMMING:Output triangle

Luz5年前 (2021-05-10)题库407
This problem requires the preparation of procedures, the output of the specified by the "*" composition of the triangle pattern.
###Input format:
There is no input for this question
###Output format:
Output the triangle pattern composed of "*" according to the following format.
```
****
***
**
*
```






answer:If there is no answer, please comment