How to Build a Cash Calculator with HTML and JS?

0
0
Asked By CuriousCoder89 On

Hey everyone! I'm working on a web app to calculate how much cash is in a till based on user inputs. I'd like to know if it's possible to have the inputs automatically multiplied behind the scenes. For example, if a user inputs '3' for $100 bills, I want the app to multiply the quantity by the bill amount (100) to get 300 for the final total. Any help or examples would be greatly appreciated!

1 Answer

Answered By HelpfulHarry27 On

Yes, you can definitely achieve that using JavaScript! It can multiply and add numbers without a hitch. I'm curious, though, have you tried anything since your last post about it? Are you looking for a specific example or a complete code solution?

CuriousCoder89 -

I'm mostly looking for some guidance or a simple example. I asked for help previously but didn't get much feedback. I've been busy for a month, so I'm back at it now!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.