Write a java program to display the following pattern:
*#*#*
*#*#
*#*
*#
*
Please Solve it ASAP
Answers
Answered by
0
Text="*#*#*, (give the x and y axis here after the comma) "
Text=*#*#
Text=*#*
Text=*#
Text=*
function draw() {
draw sprites();
}
Similar questions