Multiple Choice
Which of the following assignment statements is invalid?
A) SALES = 1000
B) 1000 = SALES
C) SALES = SALES + 1000
D) SALES = SALES1 + SALES2
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which program flowcharting symbol can be used
Q4: A structured walkthrough is a formal design
Q5: An algorithm must use operations from only
Q6: NEWSALES=NEWSALES+OLDSALES is a valid assignment statement,assuming NEWSALES
Q7: In an assignment statement,the value of any
Q9: (90+80+95)/3=AVERAGE is a valid assignment statement,assuming AVERAGE
Q10: Which program flowcharting symbol can be used
Q11: The SIMPLE SEQUENCE control structure is the
Q12: Which program flowcharting symbol can be used
Q13: Which of the following choices is not