Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. (10p) A customer wants to sum up all the numbers inside a string. Write the source code of an HTML page that accepts the
2. (10p) A customer wants to sum up all the numbers inside a string. Write the source code of an HTML page that accepts the text(string) by a form element and then displays the grand total on the page via using a div (To calculate and display the grand total use JavaScript). Sample: if the input text is: 'There were 40 chickens, 5 cows, and 15 horses in the farm.' The output should be: 60 Hint: Think about split function or regular expressions
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started