General Instructions
Use your site on the Lourdes DMS Domain to submit your files. Transfer your code files to the server, and then submit the URL of the specific page to the Assignments tool in Canvas.
Assignment Instructions
Create a page that demonstrates functionality described below. You can refer to Tutorial 3 for guidance. Your page should:
- integrate user input into an existing program
- demonstrate coding of at least 1 HTML user input
- demonstrate using the value from user input as a meaningful part of an algorithm
For this assignment...
- you may use your program from assignment 4.3 or assignment 5.2 as a basis for this assignment
- you may not copy code
- you may not use the alert() statement for output
Evaluation Criteria
To successfully complete this assignment, your page must
- edit code to modify functionality based on user input
- code an HTML input
- pass user input into a JavaScript program
- demonstrate the algorithmic functionality described above
- be free of coding errors