Question: Exercise 9 Developing Shell Scripts with functions 1 . Develop a script to prompt the user enter an integer, determine if the value is even
Exercise Developing Shell Scripts with functions
Develop a script to prompt the user enter an integer, determine if the value is even or odd.
Modify this program to use a function with one parameter called isEven
Prompt the user to enter ABC :
if A is entered print :This is A
if B is entered print :This is B
if C is entered print :This is C
Modify the program to use a function with no parameters
Repeat the program until the user enters an empty string
Modify the palindrome script to have a function with one parameter the string to check
The function returns if the parameter is palindrome and otherwise.
Test the newly created function
Due: Friday August at : pm
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
