Write a partial_output() function that will output the number of parameters, and then will display the first and third parameters of the bunch.
Functions and arguments
Output of number and parameters
Report a typo
Sample Input 1:
Mary Jane OstinSample Output 1:
There are 3 parameters
The first one is Mary
The third one is OstinWrite a program in Shell
partial_output() {
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.