Computer Science, asked by asifsiddiki284, 5 hours ago

What will be the output value ?
System.out.println ();
int a
= 10​

Answers

Answered by aserthia
0

Answer:

Nothing

Explanation:

It will be nothing as you have declared the variable a but in println command you have nothing to be printed.

Similar questions