+ 3
How do input values of an array?
is there a format or syntax on how a user should input an array?
2 Antworten
+ 5
cin >> array[index];
index being whatever index of the array you want the. value of the input to be stored in.
+ 2
Thank you!
is there a format or syntax on how a user should input an array?