You are viewing a single comment's thread. Return to all comments →
# Option 1 while not coder.oh_one? coder.practice end # Option 2 until coder.oh_one? coder.practice end # Option 3 coder.practice until coder.oh_one?
Seems like cookies are disabled on this browser, please enable them to open this website
Ruby Control Structures - Until
You are viewing a single comment's thread. Return to all comments →
My compiled HackerRank solutions (Ruby): https://github.com/JNYH/hackerrank