Completa el codigo:
#include<iostream>
#include<stdlib.h>
using namespace std;
int main(){
string nombre
Cout❌"Ingrese su nombre"<<endl;
getline❌;
cout❌Hola "<<nombre<<" bienvenido a easycodecpp"❌
system("pause");
return 0;
}
Drag and drop to complete the text.
(cin,nombre)
(cin,nombre)