Telaryon

2 szám összege

Apr 28th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. k=0
  4. for i
  5. do
  6.     k="$k+$i"
  7.     #sum=`expr $sum+$i`
  8. done
  9. echo`expr $k`
  10. #echo"The amount of the two argument is:" $sum
Advertisement
Add Comment
Please, Sign In to add comment