Question: Rewrite Listing 2.8, ComputeLoan.java, to display the monthly payment and total payment in currency Data from Listing 2.8, 1 1mport java.util.Scanner: 2 3 publ1c class

Rewrite Listing 2.8, ComputeLoan.java, to display the monthly payment and total payment in currency

Data from Listing 2.8,

1 1mport java.util.Scanner: 2 3 publ1c class SalesTax ( publ1c static void

1 1mport java.util.Scanner: 2 3 publ1c class SalesTax ( publ1c static void main (String[] args) { Scanner input = new Scanner (System.in): 6 Sy stem.out.print ("Enter purchase amount: "): double purchaseAmount = input.nextDouble (): 9 double tax = purchaseAmount 0.06: System.out.printin("Sales tax 1s $" + (1nt) (tax 10 11 100) I 100.0): 12 13 } 345

Step by Step Solution

3.49 Rating (176 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

import javatext import javautilScanner public class Exercise3607 Main method public static void main... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Introduction to Java Programming and Data Structure Questions!