Question: 2) (10 points) The following Bourne shell script and C program can accomplish the same task read a character from user's input and check if


2) (10 points) The following Bourne shell script and C program can accomplish the same task read a character from user's input and check if a character is a VOWEL or CONSONANT while ignoring case sensitive A sample of the output is like below: Please enter a character: E E is a VowEL Note: for simplicity, in shell script we do not need to check the characters A, z, a, z. Shell script C program # ! /bin/bash #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
