Linux Additon Scriptfor sumecho "enter value for x" read xecho "enter value for y"read yecho "sum value for x and y= "z=$(($x + $y))echo $z