in the live lecture sir said we can make any program related to loops using any of the two (for and whille loops) loops . how is that possible ?
but how can we make a for loop work if we don’t know number of iterations before hand whereas in we use while loop when we don’t know the exact no of iterations .