Hello and Welcome to the Site of William Lyman

JavaScript Operators

x = 5, y = 2, z = x + y

x = 4, y = 6,z = x - y

x = 6, y = 2, z = y * x

x = 9, y = 3, z = x / y

Counting Coins Assignment

How many of each coin is there in $1.39

Timely Measurements