Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain while loop in ruby.



Explain while loop in ruby...

Answer / Anish Kumar

"The while loop in Ruby repeatedly executes a block of code as long as the specified condition is true. The syntax for a while loop is: while (condition) do n # code blockn end. The loop will stop when the condition becomes false."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

How would you create getter and setter methods in ruby?

1 Answers  


what is the difference between put and putc statement?

1 Answers  


what is the purpose of the rakefile available in the demo directory in ruby?

1 Answers  


Tell me what is the difference between ruby 1.9 and ruby 2.0?

1 Answers  


What are the different environment variables present in the ruby?

1 Answers  


What are freezing string in Ruby?

1 Answers  


Explain raise statement in Ruby?

1 Answers  


Are numeric objects mutable in ruby?

1 Answers  


Tell me what are blocks and procs?

1 Answers  


Explain the difference between nil and false in ruby?

1 Answers  


What is the scope of a local variable in ruby?

1 Answers  


In Ruby, it explains about the defined operator?

1 Answers  


Categories