How to display a simple array?
in
Programming Questions
•
1 year ago
int[] myArray = {0,1,2,3};
how can i just display this? all i want to do is for the numbers to come up on the screen
1