17. Find out the proper error and write the errors name.
class 12C
{
void main()
{
int c=12;
for(int i=1;i<=12; i++);
{
System.out.print( i );
}
}
}
Answers
Answered by
2
Answer:
sytanc error
Explanation:
Similar questions