Apenas pensando no comando... Valéritcho

apenas pensando no comando "DO" da vida #include <stdio.h> #include <stdlib.h> int main() { int &human,&qt_children; human=1 do { ... Frase de Valéritcho.

apenas pensando no comando "DO" da vida
#include <stdio.h>
#include <stdlib.h>

int main()
{
int &human,&qt_children;
human=1
do
{
printf("human nasce\n");
printf("human estuda\n");
printf("human trabalha\n");
printf("human tem uma boa vida financeira ou não\n");
printf("human casa\n");
printf("quantos filhos teve?\n");
scanf ("%i", &qt_children);
human=(human+qt_children);
printf("human morre enquanto seus descendentes repetem a mesma coisa\n");
}while(human>=1);
return 0;
}
or programming nor philosophy?