Computer Science, asked by syedyaseenshafakhadr, 6 months ago

Write a program to generate the following output
*
*#
*#*
*#*#
*#*#*

Answers

Answered by SlayerZed69
6

Answer:

use i<= 5 not i<=50

Output:

*

*#

*#*

*#*#

*#*#*

Attachments:
Similar questions