¿Se puede hacer 2 problemas en un mismo programa? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

¿Se puede hacer 2 problemas en un mismo programa?

Ingresó una Liberia y terminó el problema y después hago otro problema en la misma función principal.

24th Apr 2018, 7:02 PM
MatíasEzequiel
MatíasEzequiel - avatar
16 Answers
+ 3
int main () { // resuelve el problema 1 aquí // resuelve el problema 2 aquí return 0; }
24th Apr 2018, 9:27 PM
John Wells
John Wells - avatar
+ 3
Yo era. Me retiré hace 2 años después de 43 años en el campo.
24th Apr 2018, 11:51 PM
John Wells
John Wells - avatar
+ 3
NH, USA.
25th Apr 2018, 12:05 AM
John Wells
John Wells - avatar
+ 3
Hay mucha gente de Argentina.
25th Apr 2018, 12:13 AM
John Wells
John Wells - avatar
+ 3
Puedes decir lo que quieras mientras lo hagas con respeto.
25th Apr 2018, 12:26 AM
John Wells
John Wells - avatar
+ 1
jerome como sería? int Maín (){ return 0; } int main () { return 0; } esa serían las dos funciones?
24th Apr 2018, 8:33 PM
MatíasEzequiel
MatíasEzequiel - avatar
+ 1
John Wells eres programador??
24th Apr 2018, 11:45 PM
MatíasEzequiel
MatíasEzequiel - avatar
+ 1
increíble.. de donde eres?
24th Apr 2018, 11:58 PM
MatíasEzequiel
MatíasEzequiel - avatar
24th Apr 2018, 11:59 PM
MatíasEzequiel
MatíasEzequiel - avatar
+ 1
si bastante.. John Wells cualquier duda que tenga no te molesta si te comento?
25th Apr 2018, 12:15 AM
MatíasEzequiel
MatíasEzequiel - avatar
+ 1
excelente!! Si obvio todo con respeto
25th Apr 2018, 12:40 AM
MatíasEzequiel
MatíasEzequiel - avatar
+ 1
excelente!! Si obvio todo con respeto
25th Apr 2018, 12:40 AM
MatíasEzequiel
MatíasEzequiel - avatar
+ 1
jerome buenísimo!! gracias
25th Apr 2018, 5:33 AM
MatíasEzequiel
MatíasEzequiel - avatar
0
Si con la definicion de dos funcciones...
24th Apr 2018, 7:58 PM
jerome
0
lejisimo.. yo soy de Argentina
25th Apr 2018, 12:08 AM
MatíasEzequiel
MatíasEzequiel - avatar
0
void main() { f1() ; f2() ; } void f1() { ... } void f2() { ... }
25th Apr 2018, 5:31 AM
jerome