F&A Diskussionen
Am I just stupid?
2 Stimmen
4 AntwortenCan you use java in html 5
1 Stimme
1 AntwortSomething wrong with this app
0 Stimmen
1 Antwortpyton array Q!
0 Stimmen
1 Antwortif 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 Stimmen
4 AntwortenHeute heiß
How to make a 2d game
1 Votes
Html
2 Votes
Detach thread exception
1 Votes
Not video
1 Votes
Qt timer timeout
0 Votes