Skip to content

Add fixes to HelloBugs.java for issues 1 & 2#82

Open
awarenessBZ wants to merge 1 commit intoOCclassprojects:masterfrom
awarenessBZ:test_branch_BZ
Open

Add fixes to HelloBugs.java for issues 1 & 2#82
awarenessBZ wants to merge 1 commit intoOCclassprojects:masterfrom
awarenessBZ:test_branch_BZ

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