Modify the pseudocode above to contain the following modules: – Enter Customer Email – Calculate the Bill – Print the Bill
Modify the pseudocode above to contain the following modules: – Enter Customer Email – Calculate the Bill – Print the Bill For count=1 to 2 do Prompt for cust_email Read cust_email Prompt for movie_title Read movie_title IF movie_rating = ‘R’ THEN Read cust_age IF cust_age < 17 THEN Display ‘Customer does not meet minimum age’ […]