Take a look at the program that reads a string and a number N and outputs the Nth element of a string (starting from 0).
This program may throw StringIndexOutOfBoundsException. Fix it to avoid the exception.
Tip: Do not forget about negative numbers!
In the case when the exception might happen, your updated program should output: "Out of bounds!".