Multiple Choice
Which of the following statements adds the number stored in the decPrice variable to the number stored in the decSubtotal variable,and then assigns the result to the decSubtotal variable?
A) decSubtotal =+ decPrice
B) decPrice =+ decSubtotal
C) decSubtotal += decPrice
D) decPrice += decSubtotal
Correct Answer:

Verified
Correct Answer:
Verified
Q16: A unique number called a(n)_ identifies each
Q17: Write a pretest loop that adds together
Q18: The symbol used to represent a loop
Q19: In a pretest loop,the evaluation of the
Q20: What is a counter-controlled loop and when
Q22: Write two different Do...Loop clauses that stop
Q23: A counter is always incremented by a
Q24: Explain the difference between a pretest loop
Q25: Which of the following statements pauses program
Q26: _ means assigning a beginning value to