Hi using these variable char ch = "*"; int max = 10; int total = 150; i want this result: * ** *** **** ***** ****** ******* ******** ********* ********** (maximum 10 ch, then it start to decrese) ********** ********* ******** ******* ****** ***** **** *** ** * * ** *** **** ***** ****** ******* ******** **** (total 150 ch) Code (markup): can anyone help with the codes plzzzzzzz