Skip to content

Commit b11873b

Browse files
Merge pull request #1 from yashika-kumari/yashika-kumari-patch-1
Add comment to MaxInArray class
2 parents 8050004 + 78e1f5b commit b11873b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MaxInArray.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.company;
22

3+
// Finds the maximum element in the array
34
public class MaxInArray {
45
public static void main(String[] args) {
56
int[] nums = {10,20,5,16,25};

0 commit comments

Comments
 (0)