Computer Science, asked by Aagnick16, 16 hours ago

Predict the output of the following program :-

class abc
{
public static void main(String args[])
{
int i = 010;
System.out.print(i);
}
}

Answers

Answered by Anonymous
7

Answer:

The output of the following program:-

8

Similar questions