Computer Science, asked by mrinalelkana, 9 months ago

write program print of the following pattern​

Attachments:

Answers

Answered by HelperFind
1

Is this right?

printText('*');

printText('* *');

printText('***');

printText('****');

Similar questions