Consider the following table about students’ grades for quizzes in class :
http://s8.postimg.org/a9sqir7md/Screenshot_2014_05_28_11_26_53.png
2
Write a Java application that calculates the minimum, maximum, and average for each quiz. Print the output results in a table format using a text area. Use loop and if statement control structures as well as Array data structure .
http://s11.postimg.org/w4iodtczn/Screenshot_2014_05_28_11_27_09.png
http://s24.postimg.org/wdyzvc3qt/Screenshot_2014_05_28_11_27_25.png
Organization of JAVA report:
Section 1: Problem Analysis:
In this section, you should define your input variables, and their type. You should also define your output variables and their type. Use a table to summarize your answers.Section 2: Solution Design:
In this section you should provide a Pseudo-code or a flowchart to explain your algorithm and the logic that will drive your Java code.Section 3: Implementation:
In this section, you should list your complete Java Code. Make sure that your code is optimized for speed and efficiency.Section 4: Evaluation
In this section, you should include a screenshot of your program’s output, based on the sample input provided in the previous page. Your output should be as close as possible to the solution provided in the previous page.Section 5: Self-reflection
In this section, you should reflect on what you have learned in this project, and outline the challenges that you have faced while working on this project, and how you overcame them.
------
Thanks