Question: Write shell script to display following shapes. For each program need get input from keyboard for size of a shape. Do not use (0) in

Write shell script to display following shapes. For each program need get input from keyboard for size of a shape. Do not use (0) in looping or any value evaluation a. Diamond - a diamond size is determined by wide of base. A base value must be odd number greater than 3. Your program must validate an odd number input from keyboard. + + + + + + + + Base 7 Diamond Base 9 Diamond 6. Left-Arrow - left arrow size is determined by two numbers: a length of tail and a wide of base of arrow head. The wide of the base cannot be an even number, and your program should check to make sure that base is always odd number. .. ++++++ Tail 8, Base 9 Left Arrow Tail 10, Base 7 Left Arrow
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
