Question: This program segment is supposed to display HELLO if Grade == A and display GOODBYE, otherwise. Correct the logic error so that it works correctly.
This program segment is supposed to display HELLO if Grade == "A" and display GOODBYE, otherwise. Correct the logic error so that it works correctly.

If Grade != "A" Then Write "HELLO" Else Write "GOODBYE" End If
Step by Step Solution
3.55 Rating (165 Votes )
There are 3 Steps involved in it
First l... View full answer
Get step-by-step solutions from verified subject matter experts
