English, asked by Twilight8654, 10 hours ago

Write a shell script to print the given number in reverse order. Get input from user and display the result. In case of negative number is given as input, display "Not a positive number" as output. Sample Input 1: 123 Sample Output 1: Reverse number is 321 Sample Input 1: -123 Sample Output 1: Not a positive number

Answers

Answered by DmoosaD
0

Answer:

shell

Explanation:

Similar questions