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)
Math Question: Find the length of the hypotenuse in a right triangle with legs measuring 6 units and 8 units.
+
Math question: "Factorize the expression 2x^2 - 5x - 12 using the quadratic formula."
+
Math question: What is the 4th derivative of f(x) = 5x^3 - 2x^2 + 7x - 1?
+
New questions in Mathematics
A=m/2-t isolate t
1 + 1
-6n+5=-13
A normally distributed population has a mean of 118 with a standard deviation of 18. What score separates the lowest 72% of the distribution from the rest of the scores?
Let X be a discrete random variable with range {1, 3, 5} and whose probability function is f(x) = P(X = x). If it is known that P(X = 1) = 0.1 and P(X = 3) = 0.3. What is the value of P(X = 5)?
By differentiating the function f(x)=(x³−6x)⁷ we will obtain
Suppose 50% of the doctors and hospital are surgeons if a sample of 576 doctors is selected what is the probability that the sample proportion of surgeons will be greater than 55% round your answer to four decimal places
(2x+5)^3+(x-3)(x+3)
7/6-(-1/9)
2x+4x=
find f(x) for f'(x)=3x+7
suppose random variable x follows poisson distribution with expected value 3. what is variance of x?
A storage maker price is $2.50 per square feet. Find the price of a custom shed 4 yards long, and 5yards wide and 8 feet tall
1. A capital of $3,831 was lent, and it has produced interest of $840 from 05-12-2022 to 1-12-2023. At what annual simple interest rate was the capital lent?
-1%2F2x-4%3D18
For what values of m is point P (m, 1 - 2m) in the 2⁰ quadrant?
Find the zero of the linear function 8x + 24 = 0
X^X =49 X=?
A group of 17 people spent 9 days on vacation and spent R$776.34 on barbecue meat and the bill needs to be divided as follows: 6 people stayed for 9 days, 7 people stayed for 4 days, and 2 people stayed for 5 days and 2 people stayed 3 days, how much does each group have to pay for the days they stayed?
The perimeter of a rectangular rug is 42 feet. The width is 9 feet. What is the length?