Generation

generate functionSun, 05 May 2024

genera un codigo para formar un rombo

id rombo(int a, int b, int c, int d){ cout << "(" << a << "," << b << ")" << "(" << c << "," << d << ")" << endl; } //+ void rombo(int a, int b, int c, int d, int e, int

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