Question: Consider thefollowing code fragment: i = 0 if i > 10: print(Control) Which one of the following identifies all of the control structures used in
Consider the following code fragment: i=0 ifi > 10 print("Control") Which one of the following identifies all of the control structures used in the code above? A decision B decision and sequence repetition and sequence D repetition and decision and sequence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
