Algorithm

Create the flowchart and algorithm for a module that will prompt the user to enter their height in feet and inches (two separate input values). The program should output “Guard” if the user is under 6’4”, “Forward” if the user is between 6’4” and 6’10”, and “Center” is the user is over 6’10”.

Questions by snowtiger37

Showing Answers 1 - 3 of 3 Answers

Nupur

  • Apr 25th, 2015
 

1.declare variables ft and inch.
2. Enter the values.
3. Check for validity using case statement .
4. Print on screen using dbms_output.put_line

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions