previous
|
start
|
next
Exercise: What kind of value?
13
new Rectangle(5, 10, 20, 30);
"Hello"
new int[] { 2, 3, 5, 7, 11, 13 }
null
previous
|
start
|
next