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 limit as x approaches 2 of (3x/(x-2)) + (1/(x-2))?
+
Math Question: Find the missing angle in a triangle with angles measuring 30°, 60°, and _____°.
+
Question: Solve for x: log(base 2)(x^2) - log(base 2)(4x) = 3
+
New questions in Mathematics
If we have the sequence: 3, 6, 12, 24 Please determine the 14th term.
Imagine that you are in an electronics store and you want to calculate the final price of a product after applying a discount. The product you are interested in has an original price of $1000 MN, but, for today, the store offers a 25% discount on all its products. Develop an algorithm that allows you to calculate the final price you will pay, but first point out the elements.
2x-y=5 x-y=4
The profit G of the company CHUNCHES SA is given by G(x) = 3×(40 – ×), where × is the quantity of items sold. Find the maximum profit.
*Question!!* *Victory saved 3,000 in first bank and 2,000 Naira in union bank PSC with interest rate of X% and Y% per annual respectively his total interest in one year is #640. If she has saved 2,000 naira with first bank and 3,000 naira in union bank for same period she would have made extra 20# as additional interest, then find the value of X and Y
Using the integration by parts method, calculate the integral of [x².ln(1/x)]dx: x 4 /4 x³/6 x 4 /8 x³/3 x 4 /6
-3(-4x+5)=-6(7x-8)+9-10x
What is the appropriate measurement for the weight of an African elephant?
If 0101, what is the binary representation of the 4x16 decoder output?
Lim x → 0 (2x ^ 3 - 10x ^ 7) / 5 * x ^ 3 - 4x )=2
89, ÷ 10
7=-4/3y -1
How much does the average college student spend on food per month? A random sample of 50 college students showed a sample mean $670 with a standard deviation $80. Obtain the 95% confidence interval for the amount college students spend on food per month.
In a laboratory test, it was found that a certain culture of bacteria develops in a favorable environment, doubling its population every 2 hours. The test started with a population of 100 bacteria. After six hours, it is estimated that the number of bacteria will be:
During a month's time, an automobile sales person receives a 6% commission on the first $5000 in sales, a 7% commission on the next $5000 sales, 8% commission on anything over $10,000. What is her commission for $36,000 in sales?
We plan to test whether the mean mRNA expression level differs between two strains of yeast, for each of 8,000 genes. We will measure the expression levels of each gene, in n samples of strain 1 and m samples of strain 2. We plan to compute a P-value for each gene, using an unpaired two-sample t-test for each gene (the particular type of test does not matter). a) What are the null hypotheses in these tests (in words)? [2] b) If, in fact, the two strains are identical, how many of these tests do we expect to produce a P-value exceeding 1/4? [2]
A confidence interval for a population mean has a margin of error of 3.5. a. Determine the length of the confidence interval. b. If the sample mean is 47.8 ​, obtain the confidence interval. a. The length of the confidence interval is?
A candy manufacturer must monitor deviations in the amount of sugar in their products They want their products to meet standards. They selected a random sample of 20 candies and found that the sandard deviation of that sample is 1.7. What is the probabilty of finding a sample variance as high or higher if the population variance is actually 3277 Assume the population distribution is normal.
For how long does the principal amount of €7,537 bring the same interest as the principal amount of €12,345 invested for 8 months? Interest calculation is simple and decursive.
Kayla started a book club at her school. The number of girls in the book club was one more than twice the number of boys. If there are 15 girls in the book club, how many boys are in the club?