Problem:
Question- Write a fragment of code to:
Part 1- Input a floating point number.
Part 2- Use if statements to print an error if it above 100 or below 0.
Part 3- Cout appropriate message if the number is in AND an appropriate message if the number is out of the range.
Show the code, demonstrate it works properly and describe what it is doing.