The program consists of entering a word and filling an array with each letter of the word. However, this error does occur:
#include<iostream>
#include<string>
using namespace std;
int const TAM_MAX=5;
typedef enum{A,B,C,D,E}tL...
asked by
26.01.2018 / 17:22