using the while loop, write a program that prints the line ‘i am so smart’ an infinite number of times. create a variable to keep track of the number of times the line is printed

0

Using the while loop, write a program that prints the line ‘I am so smart’ an infinite number of times. Create a variable to keep track of the number of times the line is printed.

By Beginner Dwayne Feil at Mar 17 2021


Related code examples


Code examples by languages