Generation

generate functionWed, 19 Jul 2023

Ingresar nombre

string nombre = ""; cout << "Ingrese nombre: "; cin >> nombre; cout << "Nombre ingresado: " << nombre << endl;

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