Bash shell script to calculate the area and circumference of a circle
kw.sh
Output
kodingwindow@kw:~$ bash kw.sh ——————————————————————————————————————————— Script to calculate the area and circumference of a circle ——————————————————————————————————————————— Enter the radius of circle 10 Area of a circle is 314.15900 Circumference of a circle is 62.83180 ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
Bash shell script to check a given number is positive or negative
Bash shell script to swap the given numbers and strings
Bash shell script to check the equality of a given numbers and strings
Advertisement