Flowchart create a flowchart that prompts and gets input


Flowchart

  • Create a flowchart that prompts and gets input for the current grade.
  • If the grade is 90 or above print "A".
  • If the grade is 80-89 then print "B".
  • If the grade is 70-79 then print "C".
  • If the grade is 60-69 then print "D".
  • If the grade is below 60, then print "F".

Be sure to use the proper decision structures.

 

Pseudocode

  • Create a pseudocode that prompts and gets input for the current grade.
  • If the grade is 90 or above print "A".
  • If the grade is 80-89 then print "B".
  • If the grade is 70-79 then print "C".
  • If the grade is 60-69 then print "D".
  • If the grade is below 60, then print "F".
  • Be sure to use proper decision structures.

The pseudocode should match the functionality of the flowchart above.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Flowchart create a flowchart that prompts and gets input
Reference No:- TGS01264997

Now Priced at $20 (50% Discount)

Recommended (95%)

Rated (4.7/5)