I have a program in ruby which asks to enter a number. When I enter a char, I want to terminate the loop and show sum of all entered integers.
问问题
143 次
I have a program in ruby which asks to enter a number. When I enter a char, I want to terminate the loop and show sum of all entered integers.