Sesiones de PyR
How i can do in python?
2 Votos
1 RespuestaPython module
0 Votos
5 RespuestasHelp with godot
2 Votos
2 Respuestastesting crud operations
0 Votos
2 Respuestas¿What is Java?
0 Votos
1 Respuestaif 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 Votos
4 RespuestasEn tendencia hoy
Can i code here? Or just learn?
1 Votes
Why Lazy?
1 Votes
Quiz App: Step 3, Restart Button
0 Votes
Catch the ball
0 Votes
It's app not running properly?
1 Votes
Running a python code
1 Votes
Web development
0 Votes
PHP
0 Votes