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

PROGRAMMING:triangle_ two

Luz5年前 (2021-05-10)题库441
Write a program that prints the following pattern.
![ triangle_ 2.png](~/4efba377-6a9f-49c1-9762-783d9a365819.png)
### Input Specification:
No input
### Output Specification:
A triangle made of '**'s,10 lines. No space between '*''s.
### Sample Input:
Write a sample input here. For example:
```in
```
### Sample Output:
```out

****
***
**
*

****
***
**
*
```







answer:If there is no answer, please comment