Ver original#include <iostream> using namespace std; int main(){ int numero; numero = 2 + 2; cout<<numero; cin.get(); return 0;}