We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fee5fd commit 3997e93Copy full SHA for 3997e93
exercises/sum.rb
@@ -9,7 +9,7 @@
9
# Things we'll need:
10
# 1. Something to keep track of the running total
11
# 2. Something that goes through the list one number at a time
12
-# 3. Something that adds the current number to the running totao
+# 3. Something that adds the current number to the running total
13
#
14
# For (3), consider these bits of Ruby:
15
# total = 10 # assign the value 10 to the variable "total"
0 commit comments