Introduction To Programming // PART 1: YOUR CODE STARTS AFTER THIS LINE: to complete the exercise.
document.write(); statements compare the two numbers with all of the equality operators. (How many are there?)Sample Part 2 Output:
(10 == 11) is false
...
// PART 2: YOUR CODE STARTS AFTER THIS LINE: to complete the exercise.
document.write(); statements compare the two numbers with all of the equality operators.Sample Part 2 Output:
(10 == "11") is false
...