Skip to content

fixed syntax and infinite loop issues#77

Open
christianngapgue wants to merge 1 commit intoOCclassprojects:masterfrom
christianngapgue:myfixes_branch
Open

fixed syntax and infinite loop issues#77
christianngapgue wants to merge 1 commit intoOCclassprojects:masterfrom
christianngapgue:myfixes_branch

Conversation

@christianngapgue
Copy link

Please check the fixes below and merge if satisfactory.

Fixed Syntax Issues:

  • Line 3 - changed clas to class
  • Line 5 - changed String {} to String []
  • Line 8 - changed a : to a ;
  • Line 7 - declared variable i

Fixed Infinite Loop Issues:
changed for loop:
for (i=0;i<5;i++) to run the loop 5 times as required.

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