Results 1 to 4 of 4
Thread: Help with JAVA (Grade Book)
- 11-30-2009, 07:47 AM #1
Help with JAVA (Grade Book)
Please I need help with this Question. :confused:
A teacher has five students who have taken four tests. The teacher uses the following grading scale to assign a letter grade to a student, based on the average of his or her four test scores:
A=90-100
B=80-89
C=70-79
D= 60-69
F = 0-59
Write a class that uses a String array or an ArrayList object to hold the five students' names, an array of five characters to hold the five students letter grades, and five arrays of four doubles each to hold each student's set of test scores. The class should have methods that return a specific student's name, average test score, and a letter grade based on the average.
Demonstrate the calss in a program that allows the user to enter each students name and his or her four test scores. It should display each students average test score and letter grade.
Do not accept test scores less than zero or greater than 100.
- 11-30-2009, 08:41 AM #2
What do you need help with? What have you done so far? Break it down into small chunks.
Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x]
The Ubiquitous Newbie Tips
- 11-30-2009, 08:43 AM #3
Senior Member
- Join Date
- Dec 2008
- Location
- Kolkata
- Posts
- 280
- Rep Power
- 5
How much progress have you made till now?
- 11-30-2009, 02:45 PM #4
Member
- Join Date
- Feb 2008
- Posts
- 78
- Rep Power
- 0
Hi,
Hope your teacher doesn't find you here. Make some personal effort to solve your assignment. That said, read the solution to your task from the links below.
1) Java Sample Program - Grade Computation Standalone Application - Free Source code
2) How to Make a Grade Maker in Java - wikiHow
3) Exercise: Grade
4) The Java Program: Grade.java
Read all and try put everything together to solve your problem. If you get stuck, post what you are doing and where you are having trouble and members of the forum will assist you.
I hope this helps.
Menre
Similar Threads
-
beginner grade 11-need help with RaceCar Game
By bobmasta5 in forum New To JavaReplies: 0Last Post: 01-09-2009, 09:04 PM -
beginner grade 11-need help with a math code involving returning values from a method
By bobmasta5 in forum New To JavaReplies: 3Last Post: 12-10-2008, 01:38 AM -
book about java with Eclipse
By muttleychess in forum New To JavaReplies: 0Last Post: 09-02-2008, 03:35 PM -
Tell me about the best book for Java.
By CS Geek in forum New To JavaReplies: 12Last Post: 08-31-2008, 05:18 AM -
Need java applet Book
By madhu.chennai in forum Java AppletsReplies: 0Last Post: 01-09-2008, 03:09 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks