- A 5 10
- B 10 15
- C 5 10 15
- D Runtime error
Array in java Array Introduction in Data Structure
⚠ Report ✓ Question Verified Copy Link
int[] a = {5, 10, 15}; for (int x : a) { System.out.print(x + " "); }
Learn More MCQ Questions from Array in java Array Introduction in Data Structure