Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Objective: Create flowchart designs for everyday life problems that require decision and loop structures. Preliminary task: Please utilize the Flowchart Symbols wisely! Do not use

Objective: Create flowchart designs for everyday life problems that require decision and loop structures.

Preliminary task: Please utilize the Flowchart Symbols wisely! Do not use Process Modules!

Part I: Decision Logic Structure

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 customers 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.

Input Validation: 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions