Hello I have final project for java and I didn't know how to do it >< may help me to solve it?!

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

Recommended Answers

All 2 Replies

DaniWeb Member Rules (which you agreed to when you signed up) include:
"Do provide evidence of having done some work yourself if posting questions from school or work assignments"
http://www.daniweb.com/community/rules

Post what you have done so far and someone will help you from there.

okay .. thanks :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.