Dyskusje Q&A
Am I just stupid?
2 głosów
4 odpowiedziSomething wrong with this app
0 głosów
1 Odpowiedźpyton array Q!
0 głosów
1 Odpowiedźif i text 21 it stacks. program says you are a child. you are a teenager. you are adult. how can i delete this "stack".
#include <iostream>
using namespace std;
int main() {
int age;
cin>>age;
if (age>=14){
cout<<"You're a Teenager"<<endl;
}
if (age>=18){
cout<<"You're adult"<<endl;
}
if (age>=0){
cout<<"You're a Child"<<endl;
}
else{
cout<<"Are u stupid ?"<<endl;
}
return 0;
}
0 głosów
4 odpowiedziPopularne dzisiaj
Python and unsigned int
0 Votes
Saturn League badge
1 Votes
Lua course?
1 Votes
certificate
1 Votes
Adding an image to my html
0 Votes
CSS
1 Votes
Sololearn keeps crashing
0 Votes
Not able to activate account
0 Votes