Java Practice-it Introduction to Java Programming | Exercise 1.13 StarFigures

preview_player
Показать описание
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:
Рекомендации по теме