Hi guys can anyone help me with those flowchart?
iPad 9:08 PM Notifications ignment Description: utilize the Flowchart Symbols wisely! Please back-up your work. Be careful, if you lose your file you lose your grade. NO SYMPATHY FOR LOST FILES. Follow the Sequential and Decision Logic Structures. Do not use Process Modules! Internet Service Provider An Internet service provider has three different subscription packages for its customers Package A $9.95 per month 10 hours of access are provided. Additional hours are $2.00 per hour Package B: $14.95 per month 20 hours of access are provided. Additional hours are $1.00 per hour Package C: $19.95 per month unlimited access is provided. Draw a flowchart that calculates a customer's monthly bill. It should ask which package the customer has purchased and how many hours were used. It should then display the total amount due alidation: Be sure the user only selects package A, B, or C. Also, the number of hours used in a month cannot exceed 744. Exit the program if user enters incorrect information. Then, File - EXPORT AS Portable Document Format and save it as YourlslandID isp wherever you save your files. You will attach this file to your submission. Internet Service Provider, Part 2 Modify the flowchart for Internet Service Provider problem so that it also displays how much money Package A customers would save if they purchased packages B or C, and how much money Package B customers would save if they purchased Package C. If there would be no savings, no message should be printed Then, File EXPORT AS Portable Document Format and save it as YourlslandID isppart2 wherever you save your files. You will attach this file to your submission. Remember, start early and if you get stuck you should ask for help from the TAs in PALIGPAL. Do not wait until the last minute. Grading Criteria: 100 points are available for this assignment divided as follows Functionality (40 points total): The flowchart implements the logic of the solution of each problem properly. (30 p) The flowchart has no additional functionality. (5 p) The flowchart is top to bottom and the flow is indicated using arrows. (5 p) Structure (40 points total) The submission contains the required files only. (5 p) The flowchart uses the correct symbols to start and end the flowchart. (5 p) The flowchart uses parallelograms properly (only for input and output). (5 p) The flowchart uses rectangles properly (only for processes and initialization). 10 p) The flowchart uses diamonds where appropriate (only for making decisions). (10 p)