0
ADD 1 to Array
write a program that each time we call them, it will increase the number in array by 1. for example: 999 will become 1000 000 will become 001 001 will become 002
1 Antwort
+ 5
Loop through the array, incrementing each element.
write a program that each time we call them, it will increase the number in array by 1. for example: 999 will become 1000 000 will become 001 001 will become 002