Q&A Discussies
Am I just stupid?
2 Stemmen
4 AntwoordenSomething wrong with this app
0 Stemmen
1 Antwoordpyton array Q!
0 Stemmen
1 Antwoordif 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 Stemmen
4 AntwoordenPopulair vandaag
debate which is better
5 Votes
Cource
1 Votes
Text editor
0 Votes
Debugging issue?
0 Votes
Arduino
2 Votes
how to view only application
0 Votes
Scraping
0 Votes