Ask Question
28 February, 04:20

Which of the following are not valid assignment statements? A) total = 9; B) 72 = amount;

C) yourAge = myAge;

+2
Answers (1)
  1. 28 February, 07:43
    0
    The correct option for the given question is option (b) i. e 72 = amount;

    Explanation:

    In the option (a) the total variable store the value 9 which is a valid assignment

    In the option (b) 72 is not a variable because the variable will never start with a numeric number. Therefore it is not a valid assignment statement.

    In the option (c) the yourAge variable store the value of myAge variable which is a valid assignment.

    So correct answer is an option (b).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which of the following are not valid assignment statements? A) total = 9; B) 72 = amount; C) yourAge = myAge; ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers