Posts by Berna • 21 points
1 post
-
0
votes1
answer582
viewsQ: Calculation of Ruby Factorial
Create a Ruby script that reads 10 whole numbers and store them in an array. Then the script should calculate the factorial of each of these 10 numbers, and store the results in another array, and…