Output of number and parameters

Report a typo

Write a partial_output() function that will output the number of parameters, and then will display the first and third parameters of the bunch.

Sample Input 1:

Mary Jane Ostin

Sample Output 1:

There are 3 parameters
The first one is Mary
The third one is Ostin
Write a program in Shell
partial_output() {

}
___

Create a free account to access the full topic