Dyskusje Q&A
Remove duplicate rows in SQL
3 głosów
3 odpowiedziHow 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
Sarang
2 Votes
Buggy app today
1 Votes
??
1 Votes
Programming
0 Votes
Code coach isn't awarding xp
0 Votes
Help me
1 Votes