Question: Using Java write the following program using the concept of matrices (Array): write a program that inputs 10 numbers from the user of the double
Using Java
write the following program using the concept of matrices (Array): write a program that inputs 10 numbers from the user of the double type and then print the sum of the numbers, the average of the numbers and the list of odd numbers
Inputs: (1) 10 numbers for type double
(the program does not accept negative numbers)
Outputs:
1-Total numbers,
2-average numbers
3-list of odd numbers
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
