Q&A Discussions
How i can do in python?
2 Votes
1 AnswerPython module
0 Votes
5 AnswersHelp with godot
2 Votes
2 Answerstesting crud operations
0 Votes
2 Answers¿What is Java?
0 Votes
1 Answerif 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 Votes
4 AnswersHot today
Time up code for data revision
0 Votes
Web vs python
1 Votes
Best Python Calculator Code
1 Votes
I want to learn why this error occurs in "while loop" function of Pythone.Can someone explain to me?
1 Votes
Animation
2 Votes
While or for loop
0 Votes
how to import in pygame
0 Votes
Clean Code
1 Votes