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 program that demonstrates use of both branching/conditional and looping structures to perform a specific task. The task should be meaningful and something that it makes sense to do algorithmically--that is somthing that a computer can do more easily than a person.
Your program should include:
- at least one event to trigger a function
- at least 1 looping structure in your algorithm
- at least 1 and conditional structure in your algorithm
- output of results
- integrated HTML/CSS and JavaScript that is correctly coded
For this assignment...
- you may not copy code
- you may not use the alert() command to output final results (though you can use it for error checking)
Evaluation Criteria
To successfully complete this assignment, your page must
- integrate HTML, CSS, and JavaScript in a functioning page
- demonstrate functioning and accurate looping logic
- demonstrate functioning and accurate branching logic
- demonstrate the other algorithmic functionality needed to complete your task
- demonstrate outputting values to an HTML page
- be free of coding errors