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
How can one build an Ai app
5 Votes
AI Takeover
2 Votes
Python Developer
0 Votes
Deletion of my Post
0 Votes
Using Python on VScode
0 Votes
Average of Two Numbers
0 Votes
Hearts
0 Votes