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
For this assignment, you should design a program to perform at task that can be accomplished with the skills we have practiced so far. You may also do your own research to include additional functionality not explicitly covered in the tutorials.
Create a code page that...
- uses functions to create interactivty to accomplish a specific task
- at least one function should have an explict return value that is used for some purpose
- at least one function should have an implicit result behavior
- generates output to an HTML page
For this assignment...
- you may not use a template
- you may not copy code
Evaluation Criteria
To successfully complete this assignment, your page must
- demonstrate using variables
- demonstrate function syntax
- demonstrate the algorithm functionality described in the assignment
- demonstrate outputting values to an HTML page
- be free of coding errors