An open API service indexing awesome lists of open source software.

https://github.com/phalbert/star_printer

a program that prints out lines of stars, based on the values determined by the user-input.
https://github.com/phalbert/star_printer

Last synced: 9 months ago
JSON representation

a program that prints out lines of stars, based on the values determined by the user-input.

Awesome Lists containing this project

README

          

## Star Printer

Write a program that prints out lines of stars, based on the values determined by the user-input. The program should print the number of stars that increases on each line from the minimum number until it reaches the maximum number, and then decreases until it goes back to the minimum number.After printing out the lines of stars,it should also print the total number of stars printed