Search:

Type: Posts; User: bibboorton

Search: Search took 0.08 seconds.

  1. Re: Basic program which gets cost, adds tax, gets payment then calculates change.

    Great! Thanks, j2me64! :-bd
  2. Re: Basic program which gets cost, adds tax, gets payment then calculates change.

    Wow! Thanks a lot for the help, guys! That was quite enlightening! :)) :D

    So to be clear, the class variable can be used by all methods, but the instance variable can only be used by the method it...
  3. Basic program which gets cost, adds tax, gets payment then calculates change.

    Here is the code:



    import java.io.*;

    class Change
    {
    double cost;
    double tax;
Results 1 to 3 of 3