Question: 1. Evaluate this expression: 1 + 1 >= 6 || 19 - 10 < 1 True False 2. Evaluate this expression: 5 != 5 True

1. Evaluate this expression: 1 + 1 >= 6 || 19 - 10 < 1

True

False

2. Evaluate this expression: 5 != 5

True

False

3. Evaluate this logical expression: ! true && true

True

False

4. Given the following int (integer) variables, a = 19, b = 32, c = 3, d = 2, evaluate the expression: a + b % c * d

1) int

2) float

3) double

4) boolean

5) char

6) String

7) none of these

answer should be the number (1 - 7) next to the correct data type name.

5. Which of the following would be the best data type for a variable to store a street address, like: 123 North Central Ave?

boolean

none of these

float

double

char

int

String

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!