puts("Please typing")in_str = gets.chomp()puts(in_str.upcase() + " World!")
Hello
Please typing HELLO World!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!