. Write an algorithm/pseudocode for a movie rental company that wants to screen their customers from 18years and above. The system should be able to deny access to customers that appear below
start
purchase ticket
fill the details
Ask age of the cusomer
if (customer age>18)
allow
else(customer is under age for this move.)
end
Comments
Leave a comment