Develop flow chart for a program that ask a student to enter his/her GBA and display one of the following message

0 votes
asked by about Flowgorithm

“Invalid GBA” if GBA <0 “Invalid GBA” if GBA>4

1 Answer

0 votes
No avatar answered by (95.5k points)

The flow chart for the program that asks a student to enter their GBA and display an appropriate message is as follows:

  1. Start
  2. Read GBA value
  3. If GBA < 0, display "Invalid GBA" message
  4. Else If GBA > 4, display "Invalid GBA" message
  5. Else display "Valid GBA" message
  6. Stop

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...