Skip to content

Conversation

@awarenessBZ
Copy link

@awarenessBZ awarenessBZ commented Oct 20, 2022

There are 4 syntax errors in HelloBugs.java file.
line 3 : clas --- to ---> class
line 5 : String{} ------ to ------> String[]
line 7 : for(i=0;i>=10;i++) {} --- to ---> for(int i=0;i>=10;i++) {}
line 8 : in the end of line " : " --- to ---> " ; "

infinite loop:
for(int i=0;i>5;i++) {....}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant