| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | public class hollowString { | |
| 4 | 4 | ||
| 5 | 5 | public static void main(String[] args) { | |
| 6 | - String st1 = "HURRICANE"; | ||
| 6 | + String st1 = "DIVYANSHU"; | ||
| 7 | 7 | int len = st1.length(); | |
| 8 | 8 | for (int i = len/2+1; i >= 1; i--) { | |
| 9 | 9 | for (int j = 1; j <= len; j++) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments