Computer Science, asked by dharmaveerasari, 1 month ago

Find out the error (if any):
public static main()
{
int a = 10;
system.out.printline("value of a is” a);​

Answers

Answered by anjaliqueen3108
3

Answer:

it will println not printline

Similar questions