#include #include #include #include using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { int x,i=0,j=0,t[4][5],k=0,w=0,suma,suma2; srand(time(0)); for(i=0; i<4; i++) { for(j=0; j<5; j++) { x=(std::rand()%201)-100; t[i][j]=x; } } for(k=0; k<4; k++) { for(w=0; w<5; w++) { cout<