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 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
import javatext import javautilScanner public class Exercise3607 Main method public static void main... View full answer
Get step-by-step solutions from verified subject matter experts
