Write A C++ Program To Print A Given Reverse STAR Pattern Using As-trick ( * ) .
***********
*********
*******
*****
***
*
Logic :-
For Printing any pattern remember always use For loop .In mostly pattern two for loops require first loop for Row and second for Column .May Be in your pattern for loop can be use parallel or Nested according to pattern you have to use if you don't know about how to print pattern then i refer first print this pattern by Own
Output:
Enter How Many Times You Want To Print Pattern
10
*******************
*****************
***************
*************
***********
*********
*******
*****
***
*
need an explanation for this answer? contact us directly to get an explanation for this answer