Alguien me ayuda a encontrar el error en mi código | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Alguien me ayuda a encontrar el error en mi código

https://code.sololearn.com/cAq4BhS0GH17/?ref=app

30th Oct 2020, 11:38 PM
Ángel González
Ángel González - avatar
3 Answers
+ 1
#include <iostream> using namespace std; int main() { //missing this, add int requisitos = 30; if (requisitos < 50) { cout << "Felicitaciones ha sido contratado." << endl; } else { cout << "Lo siento no cumple con nuestros requisitos." << endl; } //{ why this here.. Comment it cout<< "Espero que te halla ayudado "; return 0; }
31st Oct 2020, 12:25 PM
Jayakrishna 🇮🇳
0
Espero me ayuden 🙏
30th Oct 2020, 11:42 PM
Ángel González
Ángel González - avatar
0
Muchas gracias
31st Oct 2020, 2:48 PM
Ángel González
Ángel González - avatar