Is this if statement: if (j >= 0 && (j < 10 || j >= 10)) . equivalent to: if (j >= 0) ? O Yes O No
-
answerhappygod
- Site Admin
- Posts: 899604
- 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
Is this if statement: if (j >= 0 && (j < 10 || j >= 10)) . equivalent to: if (j >= 0) ? O Yes O No
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!