How to create an int array .array size?
create an int array of dynamic size .array size will be increased as user add values program will have a class that have following properties "count values of array" "capacity of array" and methods are "add()"sort array(),remove(int element),clear(),show(), can anyone make this plzzz