Is this if statement: if (j >= 0 && (j < 10 || j >= 10)) . equivalent to: if (j >= 0) ? O Yes O No
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Is this if statement: if (j >= 0 && (j < 10 || j >= 10)) . equivalent to: if (j >= 0) ? O Yes O No
statement: if (j >= 0 && (j < 10 || j >= 10)) . equivalent to: if (j >= 0) ? O Yes O No
Is this if