You are writing a program to track apples grown over the last 8 years at the NVCC Apple Farm. Create a class called Apples that contains the following: a data member for an array to hold apple data • a constructor that accepts a parameter for an array that stores the apples grown each year a method that calculates the total apples grown over 8 years a method that calculates the average apples grown over 8 years • a method that gets the highest apples grown over 8 years a method that gets the lowest apples grown over 8 years • method that returns the element number Create a program called ApplesDemo that references the Apples class that contains the following: an array to store the number of apples grown each year • an array to store the 8 years • a for loop that prompts the user to enter the number of apples grown for each year • create an object that represents the apples stored within the array • for the object created, run the method that totals the apples grown over the 8 years and displays the result • for the object created, run the method that averages the apples grown over the 8 years and displays the result • for the object created, run the method that gets the highest number of apples grown over the 8 year period and display the result • for the object created, run the method that gets the lowest number of apples grown over the 8 year period and display the result • Use printf in order to control the placement of the comma in the results and to show 1 decimal place as shown in the results below. Other reminders: Use camelCase correctly Indent correctly Comment at the top of each program and within each program Use the test data given for testing. Here is how the program will run. Test data input is italicized and bolded.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

can you write this java code please

The total number of apples grown in the last 8 years is 68,700.0.
The average number of apples grown in the last 8 years is 8,587.5.
The year with the largest number of apples grown is 2019 with 11,000.0 apples
grown.
The year with the smallest number of apples grown in 2015 with 5,300.0 apples
grown.
Transcribed Image Text:The total number of apples grown in the last 8 years is 68,700.0. The average number of apples grown in the last 8 years is 8,587.5. The year with the largest number of apples grown is 2019 with 11,000.0 apples grown. The year with the smallest number of apples grown in 2015 with 5,300.0 apples grown.
You are writing a program to track apples grown over the last 8 years at the NVCC Apple Farm.
Create a class called Apples that contains the following:
a data member for an array to hold apple data
• a constructor that accepts a parameter for an array that stores the apples grown each year
• a method that calculates the total apples grown over 8 years
• a method that calculates the average apples grown over 8 years
• a method that gets the highest apples grown over 8 years
a method that gets the lowest apples grown over 8 years
method that returns the element number
Create a program called ApplesDemo that references the Apples class that contains the following:
an array to store the number of apples grown each year
• an array to store the 8 years
• a for loop that prompts the user to enter the number of apples grown for each year
• create an object that represents the apples stored within the array
• for the object created, run the method that totals the apples grown over the 8 years and displays the
result
• for the object created, run the method that averages the apples grown over the 8 years and displays the
result
for the object created, run the method that gets the highest number of apples grown over the 8 year
period and display the result
for the object created, run the method that gets the lowest number of apples grown over the 8 year
period and display the result
Use printf in order to control the placement of the comma in the results and to show 1 decimal place as
shown in the results below.
Other reminders:
Use camelCase correctly
Indent correctly
Comment at the top of each program and within each program
Use the test data given for testing.
Here is how the program will run. Test data input is italicized and bolded.
Transcribed Image Text:You are writing a program to track apples grown over the last 8 years at the NVCC Apple Farm. Create a class called Apples that contains the following: a data member for an array to hold apple data • a constructor that accepts a parameter for an array that stores the apples grown each year • a method that calculates the total apples grown over 8 years • a method that calculates the average apples grown over 8 years • a method that gets the highest apples grown over 8 years a method that gets the lowest apples grown over 8 years method that returns the element number Create a program called ApplesDemo that references the Apples class that contains the following: an array to store the number of apples grown each year • an array to store the 8 years • a for loop that prompts the user to enter the number of apples grown for each year • create an object that represents the apples stored within the array • for the object created, run the method that totals the apples grown over the 8 years and displays the result • for the object created, run the method that averages the apples grown over the 8 years and displays the result for the object created, run the method that gets the highest number of apples grown over the 8 year period and display the result for the object created, run the method that gets the lowest number of apples grown over the 8 year period and display the result Use printf in order to control the placement of the comma in the results and to show 1 decimal place as shown in the results below. Other reminders: Use camelCase correctly Indent correctly Comment at the top of each program and within each program Use the test data given for testing. Here is how the program will run. Test data input is italicized and bolded.
Expert Solution
steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Knowledge Booster
Passing Array as Argument
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education