Skip to content

Commit 397f849

Browse files
authored
Update Java Strings Introduction.java
1 parent bbb9ae1 commit 397f849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Strings/Java Strings Introduction.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* *
2-
* Author: Tonmoy Mondal
3-
* URL: https://qinetique.github.io
2+
* Author: Pavith Bambaravanage
3+
* URL: https://github.com/Pavith19
44
* */
55

66
/*JAVA-7*/
@@ -22,4 +22,4 @@ public static void main(String[] args) {
2222
String capB = B.substring(0,1).toUpperCase()+B.substring(1);
2323
System.out.println(capA+" "+capB);
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)