andyloveruby
and many others are using
Hackety Hack
to learn how to code.
Hackety Hack is a free program for Windows, Mac OS X and Linux that can teach you how to make games, applications and more and share those programs with your friends. You can ask other budding programmers questions and follow them to see what code they're working on through the Hackety Hack website.
Sign up
Learn More
alert "Hello, Everyone :) Click OK to know me"
name = "Mohammad Andalib"
guess = ask "Guess ! What is my name?"
if guess == name
alert "Yoo Hoo ! Correct :)"
else
alert "Sorry, You don't know me"
end
age = "22"
guess = ask "Guess my age ?"
if guess == age
alert "Correct, I am still young :P"
else
alert "Sorry, You don't know me at all"
end
y = "yes"
guess = ask "Do you want to know more about me ?"
if guess == y
alert " Okay, My name is Mohammad Andalib,
I am 22 years old,
I lives in Oak Ridge, Tennessee,USA,
I want to learn Ruby Language !
My contact number is 8654385553"
else
alert "Thank You for your time"
end