Skip to content

Commit 393538b

Browse files
authored
remove extraneous semicolon
1 parent 1e33ca6 commit 393538b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

_sources/Unit6-Arrays/ArrayPractice.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ Code Practice with Arrays
858858
{
859859
int[] arr = {20, 3, 18, 55, 4};
860860
System.out.println(getAverage(arr));
861-
;
862861
}
863862
}
864863

0 commit comments

Comments
 (0)