Page 1 of 1

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
by answerhappygod
Comider The Following Decision Making Statements Int Value 10 If Value 50 Value 5 If Value 20 Value 2 1
Comider The Following Decision Making Statements Int Value 10 If Value 50 Value 5 If Value 20 Value 2 1 (15.18 KiB) Viewed 12 times
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