March 2019
Intermediate to advanced
208 pages
5h 11m
English
Modify the shirts program to add change event listeners to the input text field and the select menu. (You may want to add an input listener to the text field if you want to update the results with every keypress.) If you wish, you can get rid of the Calculate button, which will no longer be necessary. One solution is in the code/webpage/shirtchange/src directory.
Write a program to calculate monthly loan payments. Here’s an HTML page you can use as a starting point. There is no Calculate button, so you’ll want to have onchange handlers for the input fields, all of which call your calculation function.
| | <!DOCTYPE html> |
| | <html> |
| | <head> |
| | <title>Monthly Payment Calculator</title> |
| | <meta http-equiv= ... |
Read now
Unlock full access