Arreglos y Matrices Unidimensionales-imprimir

Post on 13-Sep-2015

6 views 2 download

description

ARREGLOS Y MATRICES - EN C++PROGRAMACIÓN DIGITAL -CODIGOS - COMPILACION .ETC.

Transcript of Arreglos y Matrices Unidimensionales-imprimir

INGENIERIA CIVIL

6

ARREGLOS Y MATRICES UNIDIMENSIONALES1.- Disear un programa que permita ingresar 10 notas por teclado. Luego presente en pantalla el contenido del arreglo.CODIGO DEL PROGRAMA:#include#includevoid main(){ const int max=10; int notas[max]; for(int i=0;i