answer = "N" while answer.upcase != "Y" puts "Hello CodeCall, ready to open the new forum section? [Y/N]" answer = gets.chomp puts "\n" end count = 11 11.times do count -= 1 if count == 0 puts "Start asking Ruby questions since the Ruby forums has now been opened!!!".upcase else puts count end end gets
(Happy now Jordan :P)


Sign In
Create Account


Back to top









