Computer Science, asked by Arjun2707, 1 day ago

what is the difference between for loop and while loop no spam​

Answers

Answered by utkarshsingh7337
2

Explanation:

The difference between for loop and while loop is that in for loop the number of iterations to be done is already known and is used to obtain a certain result whereas in while loop the command runs until a certain condition is reached and the statement is proved to be false.

Similar questions