0

I'm having some problems with C++ arrays

I just don't know how arrays will be useful for me and I'm not understanding anything As english isn't my native Any solution??

13th Sep 2020, 12:17 PM
2GCA
2GCA - avatar
1 Respuesta
+ 2
If you cant understand english: Use translator. If you dont understand the sense of arrays: Try to declare and initialise 100 integer variables and print them. Now use an array with size 100 for the same purpose and use for loop. what was faster?
13th Sep 2020, 12:20 PM
Alexander Thiem
Alexander Thiem - avatar