Q:

Write a Ruby program to print a specified character twenty times

0

Write a Ruby program to print a specified character twenty times.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

puts '*'*20
puts '#'*20
puts '@'*20

Output:

********************
####################
@@@@@@@@@@@@@@@@@@@@

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now