Q. How do I write Shell Script to find Sum of digits of a Number Ans: #!/bin/bash echo -e "enter the number" read n sum=0 a=$n whi...Read more »
The Magician Of Linux
Q. How do I write Shell Script to find Sum of digits of a Number Ans: #!/bin/bash echo -e "enter the number" read n sum=0 a=$n whi...Read more »