Java for Beginners. 7.2 Multidimensional Arrays

Опубликовано: 16 Февраль 2026
на канале: dmdev
6,528
251

We continue the topic of arrays and analyze their next level: multidimensional. We associate two-dimensional and three-dimensional arrays with examples from the real world, we will try to understand arrays with dimensions greater than three, because in programming there are no restrictions on the number of dimensions.
Link to the code from the lesson:
https://github.com/dmdev2020/java-lev...

Link to all my courses:
https://taplink.cc/denis.dmdev

To subscribe to the channel, click the link:
   / dmdev  

00:00 - Introduction
00:44 - Two-dimensional arrays
03:09 - Iterating over a two-dimensional array using a for loop
06:04 - Creating two-dimensional arrays without preset values
08:45 - Conclusions