So I need to write a program..this is the basic outline:
Start
-Print "Enter input:"
-Accept String and store from $2000 -> then print all letters in upper case
-Count String length -> print
-Count lower case letters -> print
End
**Got to use variables letterstotal = 0 and modifiedtotal = 0.