Computer Science, asked by amritmr, 7 months ago

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 7seanbrennan
2

Answer:

sytanc error

Explanation:

Similar questions