D
Daniel Johnson
I am trying to translate a program I have in Java into ruby and having
trouble translating this for loop
for(int i = 0; a < x;i++)
I tried this
for i in a...x
but it produce some errors. Any help will be appreciated. Thank you.
trouble translating this for loop
for(int i = 0; a < x;i++)
I tried this
for i in a...x
but it produce some errors. Any help will be appreciated. Thank you.