Question: Use Object Oriented Program design to solve the problems below. Encapsulation Example In C++ Objective programming Classes/ Methods/etc. Task 1 Write a program that uses
Use Object Oriented Program design to solve the problems below. Encapsulation Example In C++ Objective programming Classes/ Methods/etc. Task 1 Write a program that uses an array to find the Average of a set float values entered by the user. You will have the main function control the operation of the program, but all values will be stored in the class. You will need to use get and set methods in your class. Create an array as a member of the class. Create 1 method to handle user input. Create 1 method to sum all numbers in array create 1 method to output the average of all numbers input by the user. Create 1 method to output all the numbers input by the user. . . Task 2 Update the above program. . . . Create a Method that will return the largest element in the array. Create a method that will return the smallest element in the array. Attach Snipping photos of source code and output. Activate W Go to Setting
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
