Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use the space below to write a main method to do the following: 1) Create an array named list of type integer of size 5
Use the space below to write a main method to do the following: 1) Create an array named list of type integer of size 5 2) Ask the user to enter 5 numbers and save them in list 3) Then, use the array list to output the average, and the list of even numbers above the average Sample Input/Output Enter 5 Numbers: 11 3 13 5 12 The Average = 8.8 List of even numbers above Average: 12 =
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started