Untitled
unknown
plain_text
2 years ago
125 B
27
Indexable
int comanda;
if( comanda ==1){
cout << "meow";
}
if(comanda ==2){
cout << "bark";
}Editor is loading...
int comanda;
if( comanda ==1){
cout << "meow";
}
if(comanda ==2){
cout << "bark";
}