Sunday, February 8, 2009

Tester Class

public class Tester{
public static void main(String[]args){

Order=OrderID();//*order connects to the order id
FormOfPayment1();//*form of payment1
FomOfPayment2();//*form of payment2
System.out.println("Welcome!!!...These are our available Shirts"+Shirts[]);//*to display the shirts available
My Order= new Order();//* to record new orders
}
}

No comments:

Post a Comment