Answer the following statements true (T) or false (F)

1. If an expression A is true, prefixing it with the ! operator causes the combined expression to become false, as in !A.
2. The && and || logical operators have a higher precedence than the relational operators.
3. The ! operator has a higher precedence than the relational operators (such as < or >).
4. Variables of the double data type are commonly used as flags.
5. The == operator cannot be used to compare string expressions.

1. true
2. false
3. true
4. false
5. false

Computer Science & Information Technology

You might also like to view...

________ are those websites, services, and platforms that people use to share experiences and opinions with each other

A) Microblogs B) Social network C) Blogs D) Social media

Computer Science & Information Technology

A table presents information in ________ and rows

Fill in the blank(s) with correct word

Computer Science & Information Technology