You are on page 1of 1

Object Oriented Programming Array of objects – Practice 2

Implement next classes to process an array of objects.

You must to implement the instantiable class: Customer, and create an application AppCustomerList
with a main method where you must, declare and create the array of references to objects of Customer
class of the size indicated by the user. You must to ask the user for data to create Customer objects and
insert them into the array, until the user desires, or the array gets full. You should also show the whole
array content. And then show a list of the Customer´s names of those customers with more than 20%
discount rate.

You might also like