We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8050004 + 78e1f5b commit b11873bCopy full SHA for b11873b
1 file changed
MaxInArray.java
@@ -1,5 +1,6 @@
1
package com.company;
2
3
+// Finds the maximum element in the array
4
public class MaxInArray {
5
public static void main(String[] args) {
6
int[] nums = {10,20,5,16,25};
0 commit comments