Hi
I'm tackling down an extra credit assignment which I'm so confused on.
We are to design a basic JS Grade Calc where we input our scores and it gives us our grade.
For extra credit we have to snazz it up a bit.
So far this is what I want it to look like:
[IMG]http://img.photobucket.com/albums/v30/chibidemonkitty/gradecalc.jpg[/IMG]
I would like for it to add up all the CP scores and give the amount for that, then do the same for the lab scores, and then the tests/final exam.
In the box below the Calculate Grade, I would like it to give this kind of answer:
...adding up all your scores.
...calculating your grades.
Here are your scores thank you for waiting:
CP: <score>
Labs: <score>
Exams: <score>
Total Score: <score>
Your letter grade is: <grade>
Congratulations!~ CIS 101 is now over. :)
Any and all help creating the formula part of this would be great!