Question: Given a variable S containing a string of odd length:
(a) Write an expression to print the middle character.
(b) Write an expression to print the string up to but not including the middle character (i.e., the first half of the string).
(c) Write an expression to print the string from the middle character to the end (not including the middle character).