FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GitHub Viewer
class For_Each { public static void main(String[] arg) { int[] marks = { 125, 132, 95, 116, 110 }; // for each loop for (int num : marks) { System.out.println(num); } } }
Back
|
FazBrowse Home
|
New Git URL