Computer Science, asked by akt4smart, 4 months ago

what will be result of following statement boolean a= true; boolean b= false; system.out.println(a&&b); true or false​

Answers

Answered by himanshu2006vps
6

Answer:

false is the output of the program

Similar questions