Implement a class ListOfIntegers to hold numbers in Java [on hold]
i have to Implement a class ListOfIntegers to hold numbers in Java. The
class should support the following operations:
ListOfIntegers read()
void displayList(ListOfIntegers ob)
boolean insertBefore(int numBefore, int numToInsert)
boolean deleteAll(int num)
i am new to programming and do not know much about java, i would be
greatfull if anyone could help me with this problem. thank you.
No comments:
Post a Comment