Generation

generate functionWed, 19 Apr 2023

programa al suma de 2 mas 2

#include <iostream> using namespace std; int main() { int x = 2; int y = 2; int z = x + y; cout << z; }

Want to kickstart your project?Use the new AI Studio to create your code