Passing Arguments

Assignment 6

  1. Write a script that will display the first three arguements and a message with each.
  2. Write a script that will display the number of arguements and the values of all arguements passes.
  3. Write a script that will accept two arguments and will display the product (multiplication) of them.