Page 1 of 1
You use nested if and if/else statements to perform conditional evaluations that must be executed after the original con
Posted: Sun Jul 10, 2022 11:24 am
by answerhappygod

- You Use Nested If And If Else Statements To Perform Conditional Evaluations That Must Be Executed After The Original Con 1 (20.06 KiB) Viewed 30 times
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
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