where selection statement is used
Answers
Answered by
0
Another way to make programs more user-interactive and flexible is to make the program able to handle more than one case. This is done by making use of selection statements. Selection statements allow a program to test several conditions, and execute instructions based on which condition is true.
Answered by
0
Answer:
Another way to make programs more user-interactive and flexible is to make the program able to handle more than one case. This is done by making use of selection statements. Selection statements allow a program to test several conditions, and execute instructions based on which condition is true
Similar questions