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 8 Problems
Java Reference Sheet
allOnes
This problem tests your knowledge of declaring and instantiating two-dimensional arrays in java.
Complete the methodallOnes
, returns a 2x2 two-dimensional array containing all 1s as elements.