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