Answer to Question #210435 in Algorithms for Emmanuel Kwarfo

Question #210435

1(a) Write an algorithm/pseudocode for a movie rental company that wants to screen their customers from 18 years and above. 

The system should be able to deny access to customers that appear below 18.


b. Draw a flowchart to illustrate the above program.



1
Expert's answer
2021-06-25T06:55:14-0400
1(a)

Pseudocode:
Begin
   Read the customerAge
   If customerAge>= 18 Then
       Display message: "Access"
   Else
       Display message: "Access deny. The customer is below 18."
End


b. Flowchart 

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS