Some questions on simple, scalar types

  1. Why is it unsafe to store a long value in an int variable, yet the converse is quite safe?

  2. Evaluate the following as True or False.
    1. 3 - 6
    2. 6 - 3
    3. 4 - 4
Answers to these questions.
Back to the note on types