0
¿ Me ayudas a arreglar este código porfavor?
4 ответов
0
Nose como hacer que funcione
0
#include <iostream>
using namespace std;
int main()
{
int number; // if you declare it as a then use that only.
cout<<"escriba su numero favorito.\n.";
cin >> number;
if(number==1){
//== comparison operator, = is assignment operator.
cout <<number <<endl <<" usted es gay" <<endl;
cout <<"*xd*";
}
if(number == 2){
cout <<number <<endl <<" te gusta jugar al teto" <<endl;
cout <<"*y lo sabes*";
}
}
0
Gracias
0
Aleh
Wel come