Problem: Arithmetic Operators TaskThe provided code stub reads two integers from STDIN, a and b. Add code to print three lines where: The first line contains the sum of the tw... Read more