Обсуждения
How i can do in python?
2 голосов
1 ответPython module
0 голосов
5 ответовHelp with godot
2 голосов
2 ответовC++ Memory Management is broken
0 голосов
2 ответовtesting crud operations
0 голосов
2 ответов¿What is Java?
0 голосов
1 ответ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 голосов
4 ответовАктуальное сегодня
rules for posts here?
3 Votes
PYTHON TUTOR
1 Votes
Where can i find
1 Votes
Coding Java
0 Votes
i want to learaning python
1 Votes
C# code not working!
1 Votes
How to import and use a photo!
1 Votes
I want to build a website
1 Votes
Negative number of followers
2 Votes