You use nested if and if/else statements to perform conditional evaluations that must be executed after the original con
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
You use nested if and if/else statements to perform conditional evaluations that must be executed after the original con
statement? if x >= 8 then x= x + 5 display "x = ", X else X=X-6 display "x is ", x endif Select one: O a. x is 8 O b. x is 13 O c. None of the above O d. x = 8 Question 43 Not yet answered Marked out of 1.00 P Flag question Question 44 Not yet answered Marked out of 1.00 Flag question
You use nested if and if/else statements to perform conditional evaluations that must be executed after the original conditional evaluation. Select one: O True O False If x = 8, what will be displayed after execution of the following