Computer Science, asked by deepalisinha619, 8 months ago

int x[] = {4, 8, 9, 15);
int y[ ] = {6, 91, 48,5, 28};
x=/;
System.out.println("x[1] =" + x[1]);
Output of the segment​

Answers

Answered by shaikmeherunisa2
1

Answer: Error

Explanation:

It will give an error like "illegal start of an expression" at line 3 i.e., x=/;

Similar questions