File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h3>Write a function that counts how many of each English letters appears in a s
12
12
< li > Pair up!</ li >
13
13
< li > Write pseudocode for this problem!</ li >
14
14
< li > Now write the code for this algorithm. You can use < a href ="http://repl.it "> repl.it</ a > or some other environment to run and test code.</ li >
15
- < li > The function you write should accept a string as its parameter. The function print out a letter count for each letter.</ li >
15
+ < li > The function you write should accept a string as its parameter. The function should print out a letter count for each letter.</ li >
16
16
</ ul >
17
17
< br >
18
18
Stumped? < a onclick ="showHints() "> Click here</ a > for some hints
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h2>Adding up all numbers in a list</h2>
11
11
< li > Pair up!</ li >
12
12
< li > Write pseudocode for this problem!</ li >
13
13
< li > Now write the code for this algorithm. You can use < a href ="http://repl.it "> repl.it</ a > or some other environment to run and test code.</ li >
14
- < li > The function you write should accept as parameters an array. The function should return the total of all the integers in the array.</ li >
14
+ < li > The function you write should accept an array as its parameter . The function should return the total value of all the integers in the array.</ li >
15
15
</ ul >
16
16
< br >
17
17
Stumped? < a onclick ="showHints() "> Click here</ a > for some hints
You can’t perform that action at this time.
0 commit comments