Search:

Type: Posts; User: scholaryoshi

Search: Search took 0.42 seconds.

  1. Re: Why wont my program calculate sales tax?

    That was exactly right thank you for that out to me!
  2. SOLVED: Why wont my program calculate sales tax?

    import javax.swing.*;
    public class Purchase
    {
    private static double invoiceNumber;
    private static double ammountOfSale;
    private static double salesTax;

    public double getInvoiceNumber()
    ...
Results 1 to 2 of 3