Hi,
I've written a Title, TitleList and a main class to
test these. The problem occurs between the constructors in the Title class and the test maim class. the constructors are as follows,
I need to call the above constructor in the test main class in conjunction with an add method from the TitleList class. The problem is that when the user runs the main class they have to input an integer and four strings. These strings can be any number of words per input.
How do I use the following main class with the above constructors?
Any idea how to use the user input of one integer and four strings with the constructors in the Title class?
Any help or advice gratefully appreciated!!
