Page 1 of 1

Question 3 How many objects are created in the following code? SurveyData newSurvey = new SurveyData(2); SurveyData oldS

Posted: Sun Jul 10, 2022 11:23 am
by answerhappygod
Question 3 How Many Objects Are Created In The Following Code Surveydata Newsurvey New Surveydata 2 Surveydata Olds 1
Question 3 How Many Objects Are Created In The Following Code Surveydata Newsurvey New Surveydata 2 Surveydata Olds 1 (29.77 KiB) Viewed 67 times
Question 3 How many objects are created in the following code? SurveyData newSurvey = new SurveyData(2); SurveyData oldSurvey = new SurveyData(); SurveyData currentSurvey; newSurvey.setAges(0, 45); newSurvey.printAgeData(); Response Feedback: 0 out of 1 points