일차원배열 (1) 썸네일형 리스트형 [Day 15] How to use one-dimensional array In this class, I learned about one-dimensional array for containing the values. Unlike general variables, one-dimensional arrangement can be accessed through an index to each space. For example, if you declare five variables, each variable must be defined with a specific value. However, if you declare a 1D array with five spaces only once, each value can be accessed through an index. /* General .. 이전 1 다음