Strings

Built-in Functions


Use the built-in character functions tolower and toupper to manipulate and print the following string.

  1. "species" in all capital letters
  2. "SPECIES" in all lower case letters
[click here for output]