- Comider The Following Decision Making Statements Int Value 10 If Value 50 Value 5 If Value 20 Value 2 1 (15.18 KiB) Viewed 10 times
Comider the following decision making statements. Int value 10; if (value> 50 ) ( value 5: } if (value > 20) ( value + 2
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Comider the following decision making statements. Int value 10; if (value> 50 ) ( value 5: } if (value > 20) ( value + 2
Comider the following decision making statements. Int value 10; if (value> 50 ) ( value 5: } if (value > 20) ( value + 2; 2 if (value> 0) ( value++; } if (value) ( value * -1: ) Which of the following statements is correct? A. value 11 B. value== 18 C. value 13