1. What is a while loop in Ruby? | ![]() |
2. What is the difference between a while loop and a while modifier in Ruby? | ![]() |
3. Can I use a while loop without specifying a condition in Ruby? | ![]() |
4. What happens if the condition of a while loop is initially false? | ![]() |
5. Can I use a while loop to iterate over an array in Ruby? | ![]() |