Forum: Java Jun 26th, 2006 |
| Replies: 4 Views: 1,486 Ok..well i know in the printArray after item x=y[i]; there should be
System.out.println(x.barcode + " " + x. name + " " + x.price);
but then I also want the gst, pst and total to print out in... |
Forum: Java Jun 20th, 2006 |
| Replies: 4 Views: 1,486 I have 3 classes..but i need to print the outcome from the printArray.
Right now it is printing from the GetTax Compute class. I am so confused.
Class 1...
public class PosCalProgram {... |