1. Declare a string to have the value: "programming client side"
  2. Display the length of the string
  3. Display the 8th to 12th characters
  4. Display the last 5 characters
  5. Show the uppercase valu of the string
  6. Display the string after replacing the "i"s with "X"s
  7. display the index of the letter c
  8. Display the split of the string using a blank