Computer Science, asked by gugulukakunu, 1 year ago

write the syntax to define an array of 50 elements

Answers

Answered by aswinasok1245
1

Answer:

int a[]=new int[50]

Explanation:

Similar questions