Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

JAVA: Cell Phone Packages Cell Solutions, a cell phone provider, sells the following packages: 300 minutes per month: $45.00 per month 800 minutes per month:

JAVA: Cell Phone Packages

Cell Solutions, a cell phone provider, sells the following packages: 300 minutes per month: $45.00 per month 800 minutes per month: $65.00 per month 1500 minutes per month: $99.00 per month The provider sells the following phones (a 6 percent sales tax applies to the sale of a phone): Model 100: $29.95 Model 110: $49.95 Model 200: $99.95 Customers may also select the following options: Voice mail: $5.00 per month Text messaging: $10.00 per month Write an application that displays a menu system. The menu system should allow the user to select one package, one phone, and any of the options desired. As the user selects items from the menu, the application should show the prices of the items selected.

Make sure that you CREATE A MENU SYSTEM. The menu should have sub-menus for plans, phones, options, and a file menu that allows the user to exit the GUI. The total cost of the plan should be displayed and updated as the user makes menu choices.

Be sure to include as many advanced GUI elements as make sense for this project. Include Tool Tips and MNemonic keys.

Please make sure you comment your code thoroughly and that the program COMPLETELY compiles in a program such as Dr. Java please! (Also, please let me know if the code should be split up into more than one file, or all as one file.) Thank you!!!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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