Comider the following decision making statements. Int value 10; if (value> 50 ) ( value 5: } if (value > 20) ( value + 2
Posted: Thu Jun 02, 2022 8:15 am
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