Input a positive integer.
Using while() loop, repeatedly print out the message "CodeChum is awesome" for the same number of times as that of the inputted integer. Each outputted message must be separated in new lines.
Don't forget to make an increment/decrement variable that will increase/decrease its value per iteration so as to not encounter a forever loop and have errors, okay?
Comments
Leave a comment