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. code example
Example: 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.
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.