VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Change order of letters in a word

Luis Cantero  (14 Submissions)   String Manipulation   Visual Basic 5.0   Beginner   Wed 3rd February 2021

This code is just for fun, it demostrates an interesting phenomenon and some ways to manipulate strings, and arrays. According to research at an English university, it doesn't matter in which order the letters in a word are, the only important thing is that the first and last letters
are in the right place. The rest can be a total mess and you can still read it without a problem. This is because we do not read every letter by itself but the
word as a whole. This works with nearly every language. IMPORTANT: A similar program was posted a little before mine, but I posted mine without knowledge of that, and without seeing any portion of the code. This program (and I'm sure the other one too) was inspired in an email that got forwarded around the world a few days ago. The main difference between my program and the other one is that this one uses a byte array and totally randomizes the order of the words, the other program merely reverses the order of the letters. Thank you.

Rate Change order of letters in a word (8(8 Vote))

Download Change order of letters in a word

Change order of letters in a word Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters