The following pseudocode contains several nested If-Then-Else statements. Unfortunately, it was written without proper alignment and indentation.

Question:

The following pseudocode contains several nested If-Then-Else statements. Unfortunately, it was written without proper alignment and indentation. Rewrite the code and use the proper conventions of alignment and indentation.If score < 60 Then Display "Your grade is F." Else If score < 70 Then Display "Your grade is D." Else IfEnd If End If End If End If

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: