Lab 2D & Lab2E

Lab 2D: Strings

Instructions:

Write a program that reverses a user inputted string then outputs the new string, in all uppercase letters.

Bonus: Add additional functionality, experiment with other string methods.

Lab 2E: Count Words

Instructions:

Write a program that takes a string as user input then counts the number of words in that sentence.

Bonus: Add additional functionality, experiment with other string methods.

ex: Output number of characters, number of uppercase letters, etc...