Find out the error (if any):
public static main()
{
int a = 10;
system.out.printline("value of a is” a);
Answers
Answered by
3
Answer:
it will println not printline
Similar questions