Ask your own question, for FREE!
Computer Science 16 Online
OpenStudy (anonymous):

what program can i do for String Handling??

OpenStudy (anonymous):

Which language are you using? Lots of programming languages do string handling you will have to be more specific.

OpenStudy (carlsmith):

name = raw_input('Please enter your name: ) print 'Hello', name

OpenStudy (carlsmith):

We can't really help you on that unless you post a bit more pinky, sorry.

OpenStudy (anonymous):

Java is really efficient with String handling. The String class provides useful methods, for small applications, they'll do the job. If that's not enough, you have the StringBuffer and StringBuilder classes that were implemented since Java 1.5 that added a lot more depth to String handling in Java, and also thread compatibility.

OpenStudy (carlsmith):

Are you looking for a string based, programming challenge pinky pal? If you could grab a spell checker module from somewhere, you could write a script that takes any seven letters, allowing duplicates, and tries every permutation to see if it can spell a word with them, then tries every permutation possible using any six of the seven letters, then any five and so on. Once it's got a list of words it could make, it can calculate the score they would earn in Scrabble and print some results. Make it a web app, put up some banner ads...

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!