This chapter introduces arrays, which are a way of grouping data into lists. Arrays are basic to most high-level languages. We also explore ArrayList class in the Java standard class library.
For each problem, handwrite the solution :
Chapter 7: Arrays Self-Check 7.1: arrayDeclarationSyntaxSelf-Check 7.2: numbersElementsSelf-Check 7.3: dataArraySelf-Check 7.4: oddsArraySelf-Check 7.5: numbersArraySelf-Check 7.10: maxSelf-Check 7.23: arrayMystery4Self-Check 7.29: averageLengthStudy for the Test (optional):7.33 fiveByTenArray7.31 arrayCodeTracing2d10.2 ArrayListSyntax10.7 removeDuplicates10.17 interleaveBook problems are due at the beginning of the class period before the Chapter 6 test
https://repl.it/student/classrooms/134459
runestone.academy/runestone/static/JavaReview/index.html
Chapter 11 - Object-Oriented Concepts: