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

7th Oct 2017, 7:26 PM
Khoa Tran
Khoa Tran - avatar
1 Antwort
+ 5
Loop through the array, incrementing each element.
7th Oct 2017, 8:45 PM
Rrestoring faith
Rrestoring faith - avatar