Skip to content

Commit

Permalink
A further ambiguity in problem 7 resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhan Ernits committed Sep 21, 2015
1 parent d8f15cb commit 755dbd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions coursework1.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
// 6. Make 3 functions that return the average of the value of elements in
// tuples containing 2, 3, or 4 elements of float type.

// 7. Write 3 functions 'allcaps' which capitalize the names of strings in a
// tuple of strings of size 2,3, or 4. Hint: "abc".ToUpper ()
// 7. Write 3 functions 'allcaps2', 'allcaps3' and 'allcaps4' which capitalize
// the names of strings in a tuple of strings of size 2,3, or 4.
// Hint: "abc".ToUpper ()

0 comments on commit 755dbd8

Please sign in to comment.