A WHILE loop is more flexible than FOR loop.
A WHILE loop is more flexible than FOR loop. Correct Answer True
Since we can’t use a signal or variable in the loop range statement, so the FOR loop always runs for a specified or constant number of times. Whereas a WHILE loop can be used to run a loop and we don’t need to know that how many times the loop must be executed.
মোঃ আরিফুল ইসলাম
Feb 20, 2025
