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 ()

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!