Select The Lesson:
Welcome to Online Education Of Sri Lanka
/*eduLanka Online education web site of Sri Lanka -------- w w w . e d u L a n k a . c o m ------------ java programs for University students - who follow courses - BIT - SLIIT and more find more lessons in http://www.it.edulanka.com eduLanka@gmail.com this programs under GNU licence */ import TerminalIO.*; public class Q6{ public static void main(String []arg){ KeyboardReader abc=new KeyboardReader(); String str1=abc.readLine("Enter statement "); int total=0,charactors; System.out.println("Statement You Entered is : "+str1); charactors=str1.length(); System.out.println("No of Chars are is : "+charactors); for(int i=0;i