Hello all I am new to this community have found help on it without even joining however I cannot find a solution to my specific problem...
Write a program that reads five numbers (each between 1 and 30).
For each number read, your program should print a line containing that many number of adjacent asterisks.
I know how to write an asterisk program i just do not understand how to implement it into these specifications. You see even though this is a basic course I always take a step back and write even simpler programs first before going onto harder more complex problems in the text book. it really helps me understand the basics of C++ any help is welcomed!