write program print of the following pattern
Attachments:
Answers
Answered by
1
Is this right?
printText('*');
printText('* *');
printText('***');
printText('****');
Similar questions