+ 3
Longest Hello World
I'm trying to get the âHello worldâ output in the longest way. Do you have any suggestions? https://code.sololearn.com/cA22a9a3A8A5/?ref=app
5 Answers
+ 3
Wow! explain what your program does? why is it so difficult?
+ 3
Generate a random number between 65 to 91, convert it into char... Do this until a five letter word is formed. If the 5 letter word is 'hello' then do the same process for 'world'... Else.. repeat the procedure for 'hello'. Combine both the words to print 'HELLO WORLD!'. (You can further complicate it such the the first letter should be capital and rest in small,etc.)
+ 2
I wondered how do we do this simple command in the most complicated way
+ 2
đ you are not looking for easy ways!