Dyskusje Q&A
How i can do in python?
2 głosów
1 OdpowiedźPython module
0 głosów
5 odpowiedziHelp with godot
2 głosów
2 odpowiedzitesting crud operations
0 głosów
2 odpowiedzi¿What is Java?
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
Moving image
3 Votes
Do you agree with me ???
0 Votes
I want help
0 Votes
Adding audio and videos
1 Votes
Check it out
1 Votes
Combination
1 Votes
Kotlin
1 Votes