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
5.9k points