[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/githubanalyzeruser/Java-Programs/master/String/hollowString.java [Back]  [Original]

package String;

public class hollowString {

	public static void main(String[] args) {
		String st1 = "DIVYANSHU";
		int len = st1.length();
		for (int i = len/2+1; i >= 1; i--) {
			for (int j = 1; j 

Web Proxy Viewer  |  New URL  |  Original Page