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
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?
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!