It is easy to confuse the = and == operators. Write a test program containing the statement

Question:

It is easy to confuse the = and == operators. Write a test program containing the statement
if (floor = 13)
What error message do you get? Write another test program containing the statement
count == 0;
What does your compiler do when you compile the program?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: