954,554 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help With Java programming

I need a program that will need to do the following for me in order to keep track of grades or at least how to get started using an Array:

Ask the user for the # of Math homework assignments
Ask the user for the total points possible for Math homework
Ask the user for the # of English homework assignments
Ask the user for the total points possible for English homework
Ask the user for the score on the Math final
Ask the user for the total points possible on the Math final
Ask the user for the score on the English final
Ask the user for the total points possible on the English final
Display the percentage for each of the four categories
Display the final grade percentage
Display the final grade according to the scale below:

90-100%= a
80-90% = b
70-80% = c
60-70% = d
<60% = E

zoltzer
Newbie Poster
2 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

You might want to read the rules of this forum. We only help those who have shown effort, which you have not shown any. So unless your offering to pay somebody...do some work!

Sauce
Junior Poster in Training
55 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

So what's your question?

server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
 

how to get started using an array:
int[] arr = new int[10000];

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

then try using if statements to output the grades. :)

sam1
Posting Whiz
300 posts since Nov 2004
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You