Computer Science, asked by shikharrawat1305, 7 months ago

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 Mukubbbb
0

Answer:

False

Explanation:

(10<20)true but!(20==20)false

Since it is joined by &&operator

Output will be false

Answered by ABHI04115
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