Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

ruby puts format

score = 78.5431
puts "The average is %0.2f" % [score]
# Output => The average is 78.54
 
PREVIOUS NEXT
Tagged: #ruby #puts #format
ADD COMMENT
Topic
Name
1+5 =