Andres CH

Andres CH

 Colombia @andresch2 desde - visto
Preguntar

Preguntas esperando respuesta

Actividad pública reciente

Ha preguntado en el tema en y en 1 temas más

Problema de ciclos anidados y funciones

LLEVO ESTO using namespace std; void garb(); void lent(); void arve(); int gar[5], len[5], arv[5]; int main() { int op; do { cout << "* * * MENU PRINCPIPAL * * *" << endl; cout << "1. Ingresar granos" << endl; cout << "2. Calcular costo por tipo de...
Sin respuestas
Ha preguntado en el tema en y en 1 temas más

Problema de programación ciclos anidados

LLEVO ESTO #include<iostream> #include "string" using namespace std; int main() { string nombre[5]; string apellido[5]; string profesion[5]; string medico; string ingeniero; string docente; float salario[5]; float bonificacion=0; float prestamo=0;...
Sin respuestas