clear
echo "n="
read n
i=1
tong=0
while [ $i -lt $n ]
do
if [ `expr $i % 2` -ne 0 ]; then
tong=`expr $tong + $i`
fi
i=`expr $i + 1`
done
echo "tong la: $tong"Tags: Lập trình Shell, lập trình Linux, Ubuntu, Script tính tổng lẻ
Home » Ubuntu/Fedora/RedHat » Shell: Viết Script tính tổng các số lẻ từ 1-n (n nguyên, nhập từ bàn phím)
Người đăng: culaoxanh88 on Thứ Tư, 13 tháng 11, 2013
© 2012 culaoxanh19 - All Rights Reserved
Templates by lode188.info - Edited by web ghi lô đề online
{ 0 nhận xét... read them below or add one }
Đăng nhận xét