187k views
1 vote
Find the error in the following code fragment. int a: System.out.print(a):​

1 Answer

6 votes

Answer:

If your using java, then its supposed to be "System.out.print("a")"

Step-by-step explanation:

its supposed to have quotations

User Wueli
by
8.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.