Computer Science, asked by vishal7456, 3 months ago

Write the array declaration to store 50 of data type int

Answers

Answered by KingofRajputnum01
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