Which combination of control flow statements allows a task to be executed either immediately or at a later time?
if-else statement and sleep function
switch statement and if-then-else statement
for loop and do-while loop
while loop and switch statement

Software Development and Programming Exercises are loading ...