echo "Enter first number:" read num1 echo "Enter second number:" read num2 sum = $((num1+num2)) echo "The sum of $num1 and $num2 is : $sum"
Standard input is empty
Enter first number: Enter second number: The sum of and is :
sum: '=': No such file or directory sum: 0: No such file or directory