Results 1 to 2 of 2
Thread: Java homework please
- 11-03-2008, 02:08 AM #1
Member
- Join Date
- Nov 2008
- Posts
- 1
- Rep Power
- 0
Java homework please
I am really stranded on this homework. I have no idea what to do. Can you guys start me off with details. Thannks
-All students take 3 exams
-Students over 70, get 15 points added to one test
-Get the 3 scores and the age of the student
-Output their average, and when they are old, print a "*wink*" do let them know they got the curve.
This ish the program and i really don't get the If else statementLast edited by Indulgence; 11-03-2008 at 02:11 AM.
- 11-03-2008, 02:48 AM #2
Start in small steps and write some small programs to solve each step. Then merge them together to the final progrm.
1)Write a program to read in the scores and data for the students and save them in a collection of some kind.
2)Write another program that stores some student data in a collection and then goes thru that collection and prints out the names, age, scores etc
3)Extend that program to find the special cases and ...
For each program spend some time thinking about/designing it before writing any code.
As you are working on each program come back with questions.
Similar Threads
-
LF: Homework help with Java
By excurssion in forum New To JavaReplies: 2Last Post: 10-17-2008, 06:00 AM -
Need help with homework.
By JavaNewbie0000 in forum New To JavaReplies: 2Last Post: 07-31-2008, 03:06 PM -
I need help with my java servlet homework(add,edit and delete)
By jellyfish888 in forum Java ServletReplies: 3Last Post: 12-26-2007, 06:42 AM -
I need help with my java servlet homework(average)
By jellyfish888 in forum Java ServletReplies: 2Last Post: 12-23-2007, 09:57 PM -
Help with my java servlet homework
By jellyfish888 in forum Java ServletReplies: 2Last Post: 12-21-2007, 05:41 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks