Skip to content

Commit ae30d6d

Browse files
authored
Merge pull request ronijpandey#11 from liu360/patch-1
Update DigitalMax.java
2 parents 4636020 + a016f45 commit ae30d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DigitalMax.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class DigitalMax {
77
public static void main(String[] agrs)
88
{
99
Scanner in=new Scanner(System.in);
10-
10+
//User will enter a number
1111
System.out.println("Enter a number :");
1212

1313
int n=in.nextInt();

0 commit comments

Comments
 (0)