0
Can someone tell me how to get array inputs from user in ruby?
Getting array elements from the user
1 Antwort
+ 1
Split the string by how you want the user to give input( comma separated etc)
https://code.sololearn.com/ccUaSETOFGxU/#rb
Getting array elements from the user