How many arrays are created in the following code snippet:- public void main() { int[ ] a,b; double[ ] da=new double[10]; String[ ] animals={"cat", "fish","eagle"}; float[ ] salary;
Answers
Answered by
1
Answer:
5
Explanation:
int[] a
int[] b
double[] da
String [] animals
float[] salary
Similar questions
Social Sciences,
4 months ago
Math,
4 months ago
Chemistry,
8 months ago
India Languages,
8 months ago
English,
1 year ago