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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started