¿Como complementarias este programa para saber si es hombre o mujer con if?
#include<iostream>
#include<stdlib.h>
using namespace std;
int main(){
int varable;
cout<<"Que eres hombre o mujer?"<<endl;
cout<<"Escribe 1 si eres hombre"<<endl;
cout<<"Escribe 2 si eres mujer"<<endl;
cin>>variable;
Select one of the following: