Computer Science, asked by worldblah, 5 hours ago

Write a java program to display the following pattern:
*#*#*
*#*#
*#*
*#
*
Please Solve it ASAP

Answers

Answered by sunilkanojia2007
0

Text="*#*#*, (give the x and y axis here after the comma) "

Text=*#*#

Text=*#*

Text=*#

Text=*

function draw() {

draw sprites();

}

Similar questions