I want to output a value for each number in an integer. To better explain, I want to do something to the effect of:
10.each do
*
end
Which would output:
**********
I’m pretty sure there’s an easy way to do this, but I’m drawing a blank… Thank you!
Is this what you are asking for?