Write the array declaration to store 50 of data type int
Answers
Answered by
1
Answer:
Jump to Declaring a Variable to Refer to an Array — int[] anArray; // declare an ... where type is the data type of the ... You can write an array declaration like this:.
Similar questions