Homeunix write a program to add two numbers in unix Vikram somai September 01, 2020 0 Comments Facebook Twitter write a program to add two numbers in unixecho "enter value of a"read aecho "enter value of b"read btotal= expr $a + $becho "total"output:-enter value of a 10enter value of b2030 Tags unix Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!