how do i program a code for array? i need help fast
how to set array:
variable_type variable_name[size _of_array];
Get real, read a book, wake up in class!
What kind of array? To ask such a naive question, it seems unlikely that you are equipped to understand the answer.
An example array of ten integers:
int myArray[10] ;
Log in to post a comment.
how do i program a code for array? i need help fast
how to set array:
variable_type variable_name[size _of_array];
Get real, read a book, wake up in class!
What kind of array? To ask such a naive question, it seems unlikely that you are equipped to understand the answer.
An example array of ten integers:
int myArray[10] ;