Previous
While Loops
1 / 4
Next
Simple while loops
Hint
Input an integer n
.
Make a string s
that contains exactly n
numbers of stars and print s
.
For example, if n
is 3, then s
should be ***
.
Help
Solve
Reset
Test results
Test result #
Expected output
Your output