Skip to content

Commit eedd8a9

Browse files
Update string_methods.java
1 parent 8158576 commit eedd8a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

string_methods.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
public class string_methods {
2-
public static void main(String[] args) {
1+
public class string_methods
2+
{
3+
public static void main(String[] args)
4+
{
35
String s="Github";
46
System.out.println(s);
57
System.out.println(s.toUpperCase());

0 commit comments

Comments
 (0)