0
What is the out put of this code ? int a=028; system.out.print(a;
0.28 028 Error 28
5 Réponses
+ 6
Not to mention the fact that there’s no closing Parenthesis after print
+ 4
Is this A) homework or B) a question in the Sololearn lessons?
+ 3
The problem is the parentheses.
0
Error