Question: 1. Write a code fragment that reads 15 floating point values from the user and prints the lowest and the highest value entered.
2. Write a code fragment that determines whether the last character of the String object called text is character ‘n' or not.
3. Write a code fragment that prints the characters stored in a String object called str backward.