Page 1 of 1

Is this if statement: if (j >= 0 && (j < 10 || j >= 10)) . equivalent to: if (j >= 0) ? O Yes O No

Posted: Sat Feb 19, 2022 3:20 pm
by answerhappygod
Is This If Statement If J 0 J 10 J 10 Equivalent To If J 0 O Yes O No 1
Is This If Statement If J 0 J 10 J 10 Equivalent To If J 0 O Yes O No 1 (20.9 KiB) Viewed 35 times
Is this if statement: if (j >= 0 && (j < 10 || j >= 10)) . equivalent to: if (j >= 0) ? O Yes O No