Some questions on simple, scalar types
Why is it unsafe to store a
long
value in an
int
variable, yet the converse is quite safe?
Evaluate the following as
True
or
False
.
3 - 6
6 - 3
4 - 4
Answers to these questions
.
Back to the note on types