Question: Save Question 40 (15 points) Write a class called SeriesContainer that displays the numbers in multiple series. 2 numoff ms t counter that represents the
Save Question 40 (15 points) Write a class called SeriesContainer that displays the numbers in multiple series. 2 numoff ms t counter that represents the number of series obiec in the Array. (related to partilly flled aray) 1. series An Array of Series Objects. 3. numOfTimes that represents how many numbers in each Series are printed 2. Parameterized Constructor 1. takes in an int parameter to set numofTimes. 2. takes in a parameter that represents the size of the array. 3. creates the array. 3. Methods 1. addSeries(Series newseries) 1. receives a new Series object as its parameters 2. adds the new Series object to the array. 2. toString) 1. returns a String that contains the numbers in all the series in the array. Each series is on its own line. 2. remember each series prints its values X number of times, where X is the numberofTimes parameter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
