read a b c if (($a + $b == $c)) then echo "Correct" else echo "Incorrect" fi