Untitled
Anonymous
plain_text
10/18/2023 4:41 PM
168 B
14
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";
}