Can anyone help me to do this problem?
Question goes like below:
Use C or Borne shell. Take two integer command line arguments. The script should display the numbers between the two integers (including the two numbers) in ascending order if the first number is smaller than the second, and in descending order if the first number is greater than the second. Do proper exception handling in code.
Thanks,
Question goes like below:
Use C or Borne shell. Take two integer command line arguments. The script should display the numbers between the two integers (including the two numbers) in ascending order if the first number is smaller than the second, and in descending order if the first number is greater than the second. Do proper exception handling in code.
Thanks,
Comment