5.14.1 Multiple Choice Exercises 1. Given the following code declaring and initi
ID: 665446 • Letter: 5
Question
5.14.1 Multiple Choice Exercises 1. Given the following code declaring and initializing two int variables a and b with respective values 3 and 5, indicate whether the value of each expression is true or false int a 3; int b = 5; Expression true false a b Math.abs( a-b ) >-2 (b%2.. 1 ) 2. Given the following code declaring and initializing three boolean vari ables a, b, and c with respective values true, true, and false, indicate whether the value of each expression is true or false. boolean a = true; boolean b true; boolean c = false; Expression true false all c !(all b )Explanation / Answer
this question has multiple parts. Please post 2 more questions.
1.
A) True
b) True
c) False
d) False
e) True
f) TRUE
G) true
2)
a) false
b) true
c) false
d) true
e)false
f) true
g) false
h) false