About Lesson
- Write a function that takes a string as an argument, removes all blank spaces (tabs, spaces, newlines) from the string.
- Write a function that takes an array of integers as an argument and sorts the array.
- Write a function stringlen, that returns the length of the string passed to it.
- Write a function stringrev, that reverses the passed string in-place (changes the original string).