User Profile
Collapse
-
No clue how to go about it...HELP!!!... -
I am a newbie to this forum, but i get what u meant :-)
hey, is there any other method WITHOUT USING SPLIT() for this program?...Leave a comment:
-
hey,
that was a very quick reply!! Really unexpected and great ;-)
it works fine.
Thanks a lot!
Cheers,
KishoreLeave a comment:
-
count number of words in a string
Hi,
Just a small excerise for me.
A program that counts number of words in a string.
The program which i have written now is -
Code:import java.io.*; class countword { private static BufferedReader stdin = new BufferedReader(new InputStreamReader( System.in )); public static void main(String arg[]) throws IOException { System.out.println("Enter a string: ");
No activity results to display
Show More
Leave a comment: