1. What will be the result of the following
statements in java:
int a=10, b=20, c=20;
(a<b) && !(b==c);
Answers
Answered by
0
Answer:
False
Explanation:
(10<20)true but!(20==20)false
Since it is joined by &&operator
Output will be false
Answered by
0
Answer:
a is greater than b
and b is equal to c
see, there is no result for this u r making him understand the situation
ok
so, give your codes and then ask
ok !
Similar questions
Social Sciences,
3 months ago
English,
3 months ago
Social Sciences,
3 months ago
India Languages,
7 months ago
Art,
11 months ago
Math,
11 months ago