Question

Ccreate java code using methods for: Liberty is carrying out a sales campaign among its preferred clients to whom it offers the following internet package options: Internet only for $30. Internet and Cable for $50. Internet, Cable and 3 "Premium" channel packages for $75. When the client is registering, they are asked about the desired package, if they have any previous services, and if so, a 10% discount is applied to the amount. If you have a previous service and are months in arrears, a 13% tax is applied for each month in arrears. Develop a program that requests the data of the tooth to be registered and allows the selected package to be registered, if it has previous services and shows the amount to be paid per month in the rental of the service.

234

likes
1170 views

Answer to a math question Ccreate java code using methods for: Liberty is carrying out a sales campaign among its preferred clients to whom it offers the following internet package options: Internet only for $30. Internet and Cable for $50. Internet, Cable and 3 "Premium" channel packages for $75. When the client is registering, they are asked about the desired package, if they have any previous services, and if so, a 10% discount is applied to the amount. If you have a previous service and are months in arrears, a 13% tax is applied for each month in arrears. Develop a program that requests the data of the tooth to be registered and allows the selected package to be registered, if it has previous services and shows the amount to be paid per month in the rental of the service.

Expert avatar
Gene
4.5
108 Answers
importar java.util.Scanner; clase pública LibertySalesCampaign { // Constantes para precios de paquetes doble final estático privado INTERNET_ONLY = 30.0; doble final estático privado INTERNET_CABLE = 50.0; doble final estático privado INTERNET_CABLE_PREMIUM = 75.0; // objeto escáner para entrada escáner de escáner estático privado = nuevo escáner (System.in); público estático vacío principal (String [] argumentos) { System.out.println("Bienvenido a la campaña de ventas de Liberty"); // Obtener la elección del paquete por parte del usuario System.out.println("Seleccione su paquete:"); System.out.println("1 - Sólo Internet ($30)"); System.out.println("2 - Internet y cable ($50)"); System.out.println("3 - Internet, Cable y 3 canales Premium ($75)"); int eleccióndelpaquete = scanner.nextInt(); // Obtener información sobre servicios anteriores System.out.println("¿Tiene algún servicio previo con nosotros? (sí/no)"); boolean hasPreviousServices = scanner.next().equalsIgnoreCase("sí"); double Preciobase = getPackagePrice(packageChoice); si (tieneServiciosPrevios) { System.out.println("¿Está usted en mora? (sí/no)"); boolean inArrears = scanner.next().equalsIgnoreCase("sí"); int meses en atraso = 0; si (en mora) { System.out.println("¿Cuántos meses tienes de atraso?"); mesesAtrasados = scanner.nextInt(); } Preciobase = calcularPrecioFinal(Preciobase, verdadero, mesesAtrasados); } demás { Preciobase = calcularPrecioFinal(Preciobase, falso, 0); } System.out.println("El monto total a pagar por mes es: $" + String.format("%.2f", basePrice)); } getPackagePrice doble estático privado (elección int) { cambiar (elección) { caso 1: devolver INTERNET_ONLY; caso 2: devolver INTERNET_CABLE; caso 3: devolver INTERNET_CABLE_PREMIUM; por defecto: System.out.println("Elección no válida. El valor predeterminado es Sólo Internet."); devolver INTERNET_ONLY; } } cálculo doble estático privadoPrecioFinal(preciobasedoble, booleano tieneServiciosPrevios, int mesesAtrasados) { double Precio final = Precio base; si (tieneServiciosPrevios) { Precio final *= 0,90; // Aplicar 10% de descuento si (meses atrasados > 0) { for (int i = 0; i < meses en atrasos; i++) { Precio final *= 1,13; // Aplicar 13% de impuesto por mes vencido } } } devolver precio final; } }

Frequently asked questions (FAQs)
What is the result when adding the vectors u = (3, -2) and v = (-1, 5)?
+
What is the length of side c in a triangle with angles A = 40 degrees, B = 90 degrees, and side a = 5 units?
+
Math question: Find the factors of x² - 5x + 6 using the quadratic formula.
+
New questions in Mathematics
-x+3x-2,si x=3
a ferry travels 1/6 of the distance between two ports in 3/7 hour. the ferry travels at a constant rate. at this rate, what fraction of the distance between the two ports can the ferry travel in one hour?
Use the digits of 1,9,2,3 to come up with all the numbers 98 and 95
Solve this mathematical problem if 3/5 of a roll of tape measures 2m. How long is the complete roll?
If the midpoint of point A on the x=3 line and point B on the y=-2 line is C(-2,0), what is the sum of the ordinate of point A and the abscissa of point B?
4x/2+5x-3/6=7/8-1/4-x
According to a survey in a country 27% of adults do not own a credit card suppose a simple random sample of 800 adults is obtained . Describe the sampling distribution of P hat , the sample proportion of adults who do not own a credit card
3. A rock is dropped from a height of 16 ft. It is determined that its height (in feet) above ground t seconds later (for 0≤t≤3) is given by s(t)=-2t2 + 16. Find the average velocity of the rock over [0.2,0.21] time interval.
A warehouse employs 23 workers on first​ shift, 19 workers on second​ shift, and 12 workers on third shift. Eight workers are chosen at random to be interviewed about the work environment. Find the probability of choosing exactly five first ​-shift workers.
The simple average of 15 , 30 , 40 , and 45 is
If a|-7 and a|9, then a|-63
9.25=2pi r solve for r
Fill in the P(X-x) values to give a legitimate probability distribution for the discrete random variable X, whose possible values are -5 ,3 , 4, 5 , and 6.
Calculate the difference between 407 and 27
A contractor gives a bank note for $10250 at a rate of 1% for one month. How much interest is charged for 4 months?
To find the increased amount on a standard term deposit with the following conditions: starting amount: BGN 13000, type of deposit: annual, annual compound interest rate: 1.4%, after 4 years;
Find sup { x∈R, x²+3<4x }. Justify the answer
Solve for B write your answer as a fraction or as a whole number. B-1/7=4
How many cards do you expect to pull from a poker deck until you get an ACE?
Sally’s sales for last Sunday were $1,278. That was an increase of 6.5% over her sales for the previous Saturday. What were her sales for the previous Saturday?