Design a pseudocode for a program that accepts insurance


Design a pseudocode for a program that accepts insurance policy holder data, including a policy number, customer last name, customer first name, age, premium due month, day, and year, and the number of accidents in wich the driver has been involved in the past three years. if a policy number entered is not between 1000 and 9999 inclusive, then set the policy to 0. if the month in not between 1 and 12 inclusive, or the day is not correct for the month (that is, between 1 and 31 for january, i and 29 for february, and so on), then set the month, day, and year to 0. display the policy holder data after any revisions have been made.

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Design a pseudocode for a program that accepts insurance
Reference No:- TGS0143269

Expected delivery within 24 Hours