Skip to content

Commit a016f45

Browse files
authored
Update DigitalMax.java
1 parent 3c68670 commit a016f45

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)