Skip to content

Commit 815e4ca

Browse files
authored
Update JavaArray03.txt
1 parent 817de9c commit 815e4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JavaArray03.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
import java.util.Scanner;
5-
public class Task03{
5+
public class JavaArray03{
66
public static void main(String [] args){
77
Scanner sc= new Scanner(System.in);
88
String st1=sc.nextLine();
@@ -21,4 +21,4 @@ import java.util.Scanner;
2121
sum+=ch;}}
2222
System.out.println(sum);
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)