Computer Science, asked by samiafarooquicms, 6 months ago

Write a statement to declare an integer array by the name B with 20 elements. (tick all the correct answers.)
∆ int B[ ]=NEW int [10];
∆ int B[20 ]=new int[ ];
∆ int [ ]B =new int[20];
∆ int B[ ]=new int [20];​

Answers

Answered by kalusiva
2

Answer:

option B and option C are correct

Explanation:

Similar questions