0

How to use array to store input from users?

22nd Oct 2016, 2:38 PM
Cheung Kim Fung
Cheung Kim Fung - avatar
2 ответов
0
use the loop for
22nd Oct 2016, 7:59 PM
Wanderlei Borges
Wanderlei Borges - avatar
0
A "for" loop, say, with the variable "i", and every time it loops, read an input and set it equal to the "i" position in an array.
25th Oct 2016, 8:20 PM
Bobby Turnip (Scye)
Bobby Turnip (Scye) - avatar