Linux的shell编程求两个数之和。。急求
4个回答
展开全部
#!/bin/bash
echo -n "Enter the first num:"
read first
echo -n "Enter the second num:"
read second
sum=$(echo $first+$second|bc)
echo "$first+$second=$sum"
echo -n "Enter the first num:"
read first
echo -n "Enter the second num:"
read second
sum=$(echo $first+$second|bc)
echo "$first+$second=$sum"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2016-01-15
展开全部
如果运动过程中,摩擦力消失,如果没有其他阻力阻碍汽车运动,那么汽车会在惯性状态下一直保持原来的状态。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
#!/bin/bash
num 1 = 26
num 2 = 89
sum = exper $num 1 + $num 2
echo "the sum is $sum"
num 1 = 26
num 2 = 89
sum = exper $num 1 + $num 2
echo "the sum is $sum"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |