Question: Object Oriented Programming Write a Java program to read ten integer values and find the sum and average of values using single dimensional array. Object
Object Oriented Programming

Write a Java program to read ten integer values and find the sum and average of values using single dimensional array. Object Class Name: Member Attributes : Member Methods Reado Operation array1 [ ], sum average, i (1 Mark) (2.5 Marks) Processo To get the input of ten integer values for the array1[1 To find the sum of all the values in the array To find the average of all the values in the array (2.5 Marks) Display 0 To display the sum and average of values in the array (2 Marks) Driver Class Name (2 Marks) : Operation Test To call the methods Read, Process(), and Display
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
