#include <iostream> using namespace std; int main() { int num1 = 45; int num2 = 9; int num3 = num1+num2; // esta es la suma cout << num3 << endl; }
To embed this program on your website, copy the following code and paste it into your website's HTML: