D. WHILE
Explanation:
A WHILE loop is used to execute a block of code repeatedly as long as a specified condition is true. If you need to repeat a statement 100 times, a loop like WHILE, FOR, or DO-WHILE is the appropriate choice.
Why the other options are incorrect:
A. IF – Used for conditional statements but does not create a loop.
B. ELSE – Works with IF to handle alternative execution paths but does not repeat code.
C. RETURN – Used to exit a function and does not facilitate looping.
WHILE loop is used when you need to repeat a block of code based on a condition.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.FC0-U61 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
lexxone
2 months agoTorrente
2 months, 2 weeks ago