Ejercicios Resuelto El Leguaje C++
Read

Ejercicios Resuelto El Leguaje C++

EJERCICIOS RESUELTO EL LEGUAJE C++ PARA EL RECONOCIMIENTO DEL FLUJO DE UN PROGRAMA E-P-S Ejercicio 1. #include <iostream> #include <ctype.h> using namespace std; int main(){ string nombre; int i=0,a=0,b=0; do{ a=0; b=0; i=0; cout << "Hola por favor Digite... More

Read the publication