Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyRubytimes upto each_with_indexSingle-choice MCQ

How many times does this loop print "hi"?

0.times do puts "hi" end