filmov
tv
Java Practice-it Introduction to Java Programming | Exercise 1.13 StarFigures
Показать описание
Topics:
classes, method basics, println, redundancy
Question:
Write a complete Java program in a class named StarFigures that generates the following output. Use static methods to show structure and eliminate redundancy in your solution.
*****
*****
* *
*
* *
*****
*****
* *
*
* *
*****
*****
*
*
*
*****
*****
* *
*
* *
Problem:
classes, method basics, println, redundancy
Question:
Write a complete Java program in a class named StarFigures that generates the following output. Use static methods to show structure and eliminate redundancy in your solution.
*****
*****
* *
*
* *
*****
*****
* *
*
* *
*****
*****
*
*
*
*****
*****
* *
*
* *
Problem: