Problem
How to write a shell script to print a number in reverse order and it should support the following requirements.
a) The script should accept the input from the command line.
b) If you don't input any data, then display an error message to execute the script correctly.