Write a program that accepts a word and prints out the middle character. The length of the input word is odd. For example, if the input is magnificent, which has 11 characters, you output the sixth character f. You use the division operator /. This operator returns only the quotient. For example, the expression 10/4 would result in 2 (not 2.5).
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.