A program that accepts insurance policy data including a


The Drive-Rite Insurance Company provides automobile insurance policies for drivers. Design a flowchart or pseudocode for the following:

  • a.A program that accepts insurance policy data, including a policy number, customer last name, customer first name, age, premium due date (month, day, and year), and number of driver accidents in the last three years. If an entered policy number is not between 1000 and 9999 inclusive, set the policy number to 0. If the month is not between 1 and 12 inclusive, or the day is not correct for the month (for example, not between 1 and 31 for January or 1 and 29 forFebruary), set the month, day, and year to 0. Display the policy data after any revisions have been made.
  • b.A program that continuously accepts policy holders' data until a sentinel value has been entered, and displays the data for any policy holder over 35 years old.
  • c.A program that accepts policy holders' data and displays the data for any policy holder who is at least 21 years old.
  • d.A program that accepts policy holders' data and displays the data for any policy holder no more than 30 years old.
  • e.A program that accepts policy holders' data and displays the data for any policy holder whose premium is due no later than March 15 any year.
  • f.A program that accepts policy holders' data and displays the data for any policy holder whose premium is due up to and including January 1, 2014.
  • g.A program that accepts policy holders' data and displays the data for any policy holder whose premium is due by April 27, 2013.
  • h.A program that accepts policy holders' data and displays the data for anyone who has a policy number between 1000 and 4000 inclusive, whose policy comes due in April or May of any year, and who has had fewer than three accidents.

 

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: A program that accepts insurance policy data including a
Reference No:- TGS01247917

Now Priced at $20 (50% Discount)

Recommended (95%)

Rated (4.7/5)