See More

package String; /* to check string inputs are characters or integer */ public class checkStrChar { public static void main(String[] args){ String str = "hello77"; for(int i=0; i