반응형 java ap array2 [자바AP연습문제]08.2D Arrays [자바AP연습문제] 08. 2D Arrays *08.2D Arryas 단원의 복습내용은 아래 "더보기" 클릭 더보기 In this chapter you learned about two dimensional arrays. A two dimensional array stores objects in a 2d table. You can think of it as storing objects in rows and columns, but it actually uses an array of arrays to store the objects as shown below. In this chapter you learned how to declare 2d arrays, create them, and access array .. 2024. 3. 29. [자바AP연습문제]06.Arrays [자바AP연습문제]06.Arrays *06.Arrays에 대한 복습은 아래 "더보기" 클릭 더보기 An array is consecutive storage for multiple items of the same type like the top five scores in a game. You learned how to declare arrays, create them, and access array elements. Array elements are accessed using an index. The first element in an array is at index 0. Array - An array can hold many items (elements) of the same type. You can a.. 2024. 3. 24. 이전 1 다음 728x90 반응형