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