Computer Science, asked by Garvik, 7 months ago

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 imtiyazallam
4

Answer:

  1. boolean v =23>20&&!(20>23)||(20==23) True
  2. boolean w= !(100==100||101<102) &&true True
Similar questions