Question
Question
Answer: A control structure is a logical design that controls the order in which a set of statements
execute.
Question: Write an if statement that assigns 0.2 to commission Rate if sales is greater than or equal
to 10,000.
Answer:
Answer:
for x in range(6):
print('I love to program!')
print(number)
Answer:
print(number)
Answer:
print(number)
Answer:
100
200
300
400
500
Question: What will the following code display?
print(number)
Answer:
10
total = 0
print(total)
Answer:
15