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.
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
Related questions
Question
can you write this java code please
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 5 images
Knowledge Booster
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.Recommended textbooks for you
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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education