Introduction To Programming // PART 1: YOUR CODE STARTS AFTER THIS LINE:
apples.oranges.apples variable.oranges variable.document.write(); statements.)
I have 10 apples.
I have 7 oranges.
// PART 2: YOUR CODE STARTS AFTER THIS LINE:
Book one has 100 pages.
Book two has 200 pages.
There are a total of 300 pages.
You practiced creating some JavaScript number variables and then displaying their values on the lab page. You also guessed at how to add two numbers together. We're you right?