The Parasol Insurance Group sells a variety of insurance policy types. Design a flowchart for a program that accepts a client’s name and “Y’ or “N’ string answers to questions about whether the client wants each of the following policy types: homeowners ($800 annually), renters ($300 annually), and automobile ($1000 annually per car). If the client wants automobile insurance, add a question to determine the number of vehicles covered. Display all the details, as well as the client’s annual bill. a. Modify the insurance program to display a client’s data only if the client selects automobile insurance. b. Modify the Insurance program to display a clients data only if the client will pay more than $1200 annually.
Comments
Leave a comment