Question 1) Encode the C-shell script with one argument to carry out the following tasks:
a) the argument is the pocket money
b) If you forgot to enter the money, the following message will pop out:
Please enter your pocket money!
Usage: ./your_script.csh amount_of_money
c) If your money is negative, the following message will pop out:
that’s negative number!
d) If your money is between 0 to 100, the following message will pop out:
that’s medium number!
e) If your money is between 100 to 200, the following message will pop out:
that’s above average number!
f) If your money is more than 200, the following message will pop out:
that’s rich!