Answer this question correctly.
Please very important
Related to Java Programs
What is the resulting value for v and w:
1. boolean v =23>20&&!(20>23)||(20==23)
2. boolean w= !(100==100||101<102) &&true;
Answers
Answered by
4
Answer:
- boolean v =23>20&&!(20>23)||(20==23) True
- boolean w= !(100==100||101<102) &&true True
Similar questions