i need to declare an array of an object customer like: customer[] cust = new customer[10]; a customer record has firstname,surname,phone number that i need to store into the array. iam allow to store ten customer in the array.the thing is each customer contains these details firstname,surname.... how can i do that ????
View All Comments
| View Tutorial