Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
125 B
19
Indexable
Never
    int comanda;
     if( comanda ==1){
         cout << "meow";
     }
     if(comanda ==2){
         cout << "bark";
     }