Assignment 3
CpSc 217 - Structured and Dynamic WebProgramming
Spring 2016

Due: February 29th
25 points

The objective of this assignment is to manipulate images when a mouse event occurs. It should also refresh your memory on the workings of an array and further your understanding of the document object model. Please note the assessment sheet that I will use in grading your assignment.


A Grove City high school teacher assigned an extra credit problem:
Find the values for A, B, ... J so that

AB + CD + (EF / GH) + (I / J ) = 100
Each of A through J is a digit 0 to 9 and each digit is to be used exactly once. (BTW- if A is 8 and B is 9 then AB is 89 ).

Create a page that resembles

When the page is loaded (or refreshed) the image should look "normal". When the user clicks on a digit, they must then click on the blank where they want the digit to be. So that all digits can be placed.
For extra credit, use objects in a meaningful way in your solution.

If a number has been placed that new "blank" image cannot be placed again.

In addition your assignment must: