FACULTAD DE INGENIERÍA ESCUELA DE FORMACIÓN PROFESIONAL DE SISTEMAS Y COMPUTACIÓN
LABORATORIO DOMICILIARIO N° 4 DE LENGUAJE DE PROGRAMACIÓN I (LENGUAJE C STANDAR /C++) ARRAYS (MATRICES) PROBLEMA 1. Crear una tabla bidimensional de tamaño 5x5 y rellenarla de la siguiente
forma: la posición T[n,m] debe contener n+m. Después se debe mostrar su contenido. #include using namespace std; /*PROBLEMA 1. Crear una tabla bidimensional de tamaño tamaño 5x5 y rellenarla de la siguiente forma: la posición T[n,m] debe contener n+m. Después se debe mostrar su contenido. */ int main(){ int num[5][5]; for (int i = 0;i
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.