Check whether the given loop is finite or infinite. If infinite, do the necessary changes in the written loop to make it finite.
x<-0
repeat{
print(x^2)
x<-x+1
if(x<5) print(x) }
The given loop is currently infinite because there is no explicit condition to stop the loop. In the absence of a termination condition, the loop will keep running indefinitely, and it will print the square of `x` and the value of `x` as long as `x` is less than 5, but it will never stop.
To make the _______ ________ _______ ________ _____ ________ _________ ________ ___ _______ ______.
____ ____ _____ _______ _______ ______ _____ ___ __________ ________.
_______ _____ ____ ________ _____ _______ ______ ________ ________.
__________ ________ _______ __________ _________ ___ _______ __________ ______ __________.
___ ______ ______ _________ _____ ______ ______.
_____ ____ ____ _____ _______ _____.
____ __________ _____ _____ ________ __________.
________ ______ ______ _______ ___ ______ ______ _____ ___ _______.
____ _________ _________ ______ ___ ____.
________ ____ ________ ____ _______ ______ __________ ________ _____.
___ ___ _______ _____ _______ ______.
________ ___ _______ ______ _____.
____ ____ ___ ________ ________ _____ _______.
_______ _______ _________ _______ _______ ______ ___.
________ __________ ______ _______ ________ _____ __________ __________ __________.
_________ _______ __________ ____ ___ ________ _________ ____ _______ ________ ___ ________.
_______ _________ __________ __________ __________ _________ _______ ________ ___ ___.
______ _________ ____ ____ __________ _____ _______ _____ ____.
___ _______ ______ _______ __________ __________.
____ ______ ____ __________ ________ ________ __________.
________ ________ _______ ____ ____.
_____ ____ _____ ________ ___ _____ _________ ___ _____ _________.
Get Full Answer on WhatsApp