Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java code copy paste needed Write a program for Horizon Phones, a provider of cellular phone service. Prompt a user for maximum monthly values for
Java code copy paste needed
Write a program for Horizon Phones, a provider of cellular phone service. Prompt a user for maximum monthly values for talk minutes used, text messages sent, and gigabytes of data used, and then recommend the best plan for the customer's needs. The plans available at Horizon are listed below . Plan A: Less than 500 minutes of talk only (no text, no data) Plan B: Less than 500 minutes of talk and Unlimited text messages (no data) Plan C: Unlimited Talk and up to 100 text messages (no data) Plan D: Unlimited Talk and Text messages (no data) Plan E: Unlimited Talk and Text messages and up to 3 gigabytes of data Plan F: Unlimited Talk, Text Messages, Data. Display information about the talk minutes, number of text messages sent, and gigabytes of data used, that the user entered, and then inform the user that based on the entry, display the plan selected by the user and the cost of the plan. . Plan A ($49.00) Plan B ($55.00) Plan C($61.00) Plan D ($70.00) Plan E ($79.00) Plan F ($87.00)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started