Ask Question
12 February, 08:40

He equals sign "=" is used as

a) Is the "assignment" operator and computes the right side, takes that value and stores it in the variable on the left side

b) A "test" operator to test to see if the value on the left side equal the value on the right side and returns true if they are equal

c) Is used as a test operator in the if statement and the assignment operator in a simple expression

+2
Answers (1)
  1. 12 February, 10:20
    0
    (A). Is the "assignment" operator and computes the right side, takes that value and stores it in the variable on the left side.

    Explanation:

    The "=" (equal) sign is used as an assignment operator that is it evaluates the value on the right side of the operator and stores or assigns that value to the variable on left side of the operator."=" operator not to be confused with "==" equal to operator it checks the value on the right is equal to the value on the left. if it is returns true else returns false.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “He equals sign "=" is used as a) Is the "assignment" operator and computes the right side, takes that value and stores it in the variable ...” 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