gpt4 book ai didi

linux - 如何在 Shell 脚本中添加用户输入的数字

转载 作者:太空宇宙 更新时间:2023-11-04 10:13:40 25 4
gpt4 key购买 nike

<分区>

可能是个简单的问题,但我是初学者
我在 Mac 上使用终端
我想将用户输入的数字相加并在屏幕上打印结果

#!/bin/sh
echo “please enter the first no”;read a
echo “please enter the second no”; read b
c=$((a+b))
echo “the answer is $c”

它要求输入但返回“??”而不是将数字相加
谢谢

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com