cherylrae7 Posted March 22, 2021 Share Posted March 22, 2021 I need to create with html a math sequence where people are inputting data. I've got all of it worked out so far except the end where the output is then multiplied by 5%. I can't seem to get it right. Can someone please take a look? I know I am missing the final integer. but I've tried several things. <form oninput="x.value=parseInt(a.value)*parseInt(b.value)-*parseInt(c.value)"> <input type="number" id="a"> x<input type="number" id="b" > -<input type="number" id="c" > =<output name="x" for="a b c"></output> </form> ok so the actual string on the page looks like this: how many students in the class? : ________input a______* how much is the class?: _____input b_____ - expenses____input c_____ the final output needs to be a number that shows them 5% of the total so they'll know what to send to paypal. Any help is sooooo appreciated! thank you in advance! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now