Click for Project 1
Click here for project 2
Click here for project 3

HTML questions

No, because variables aren't a letter like in math, but instead in programming variables hold memory.

The screen is 480x360 pixels.

A variable can store one value at a time.

It will switch over the values but you need a temporary value to perform this as variables can't hold two values at a time.

It is switching value_1 to value_2 by giving temp one of the values.