1. When will the below condition be true? if ( (a != -1) || (b >= 1) ) O A. int a= 100, b = 100; O B. int a = 100, b = -100; %3! OC. int a = -1, b=0; O D. int a =10, b = -1;


1.<br>When will the below condition be true?<br>if ( (a != -1) || (b >= 1) )<br>O A.<br>int a= 100, b = 100;<br>O B.<br>int a = 100, b = -100;<br>%3!<br>OC.<br>int a = -1, b=0;<br>O D.<br>int a =10, b = -1;<br>

Extracted text: 1. When will the below condition be true? if ( (a != -1) || (b >= 1) ) O A. int a= 100, b = 100; O B. int a = 100, b = -100; %3! OC. int a = -1, b=0; O D. int a =10, b = -1;

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here