You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,5 @@ Open terminal and use the code below.
15
15
-**Ex-8:** First Factorial: Have the function firstFactorial(num) take the num parameter being passed and return the factorial of it.
16
16
-**Ex-9:** Longest Word: Have the function longestWord(sen) take the sen parameter being passed and return the largest word in the string.
17
17
-**Ex-10** Letter Changes: Have the function letterChanges(str) take the str parameter being passed and modify it using the following algorithm.
18
-
18
+
-**Ex-11** Simple Adding: Have the function simpleAdding(num) add up all the numbers from 1 to num.
19
+
-**Ex-12** Letter Capitalize: Have the function letterCapitalize(str) take the str parameter being passed and capitalize the first letter of each word.
0 commit comments