+ 2
[en] To add two integer numbers First, declare two int variables. Then, assign a value to each one of them. Next, declare a third int variable. Use the + operator to add the first two variables, and use = to assign the result to the third one. Finally, you could print the value of the third variable.
13th May 2017, 4:06 AM
Álvaro