Skip to content
User Avatar
#1746
Auto-translated
and if I call a[a1], will it display 1, and if a[a1+1], will it display 5? or can I simply write the array a = {0, 1, 2, 3, 4}, but start checking the cells from the first one, so it will display the number 1?

Whatever