Sum of three numbers. Write a program that takes three numbers and prints their sum. Every number is given on a separate line.
Input |
Output |
2 |
11 |
0 |
320 |
-5 |
158 |
Python, Java
Sum of three numbers. Write a program that takes three numbers and prints their sum. Every number is given on a separate line.
Input |
Output |
2 |
11 |
0 |
320 |
-5 |
158 |