It outputted the quotient=13209/17 but not the sum and product
Here’s what I typed:
sum=13+379
product=923*15
quotient=13209/17
It outputted the quotient=13209/17 but not the sum and product
Here’s what I typed:
sum=13+379
product=923*15
quotient=13209/17
What you have done there is assign some values, you don’t have any puts
statements. If you want to output everything to the screen use one of those.
For example:
sum = 13 + 379
puts sum