Question: 25 Convert the following NESTED IF STATEMENT to ELSEIF CLAUSE () (3 ) If n2 > 90 Then MessageBox.Show(exeiant) Else If n2> 80 Then MessageBox.Show(very

25 Convert the following NESTED IF STATEMENT to ELSEIF CLAUSE () (3 ) If n2 > 90 Then MessageBox.Show("exeiant") Else If n2> 80 Then MessageBox.Show("very good") Else If n2> 70 Then MessageBox.Show("good") Else MessageBox.Show("nos zated End If End If End It ")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
