At first, typein your terminal.Code:uname -a
If you get an error, you're under Windows. Otherwise, the answer will tell you on what kernel you're running.
Then, your last line should beBecause your code only ask to show the value of the $c variable, which you didn't calculate at first...Code:echo "$a + $b = " $((a+b))
