Students, please be sure to log in. This site does not use cookies and does not track/store work submitted when not signed in.
Unit 6 Problems
Java Reference Sheet
twoElements
Objective(s): Practice declaring and instantiating arrays.
Create a boolean array with 2 elements [true, false]
.
Return the array as your result.
Revisit the first two problems if you forget the syntax.