Question: Write an html page that contains a form with 4 input boxes (total assignment points so far, total exam/quiz points so far, your assignment points so far and your exam/quiz points so far).
You should have two buttons, one that will call a JavaScript function that will evaluate your grade so far and display that value as a percentage.
Your second button is a reset button that will clear all the fields.
You must also put a disclaimer that this cannot be the calculated final grade due to not enough information or programmer error.
You need to make well-formed and clean code. You should not copy and paste the code from other source.