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

Questions about programming?Chat with your personal AI assistant