INTERACTIVE TEST 2
| JavaScript compatible inter-active version of this test. |
1. Declare an integer called sum
2. Declare a character called letter
3. Declare a variable called money which can be used to hold currency
4. Declare a variable called arctan which will hold scientific notation values (+e)
5. Declare an integer variable called total and initialize it to zero.
6. Declare a variable called loop, which can hold any integer value.