filmov
tv
Java Practice It || 2.20 StarFigure || nested for loops
Показать описание
Question:
Write a program in a class named StarFigure that produces the following output using for loops.
////////////////\\\\\\\\\\\\\\\\
////////////********\\\\\\\\\\\\
////////****************\\\\\\\\
////************************\\\\
********************************
Problem:
Write a program in a class named StarFigure that produces the following output using for loops.
////////////////\\\\\\\\\\\\\\\\
////////////********\\\\\\\\\\\\
////////****************\\\\\\\\
////************************\\\\
********************************
Problem: