Programacion 1 Tarea 9

  • Uploaded by: Jordani Epifanio Peña Santana
  • 0
  • 0
  • February 2021
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Programacion 1 Tarea 9 as PDF for free.

More details

  • Words: 196
  • Pages: 4
Loading documents preview...
Participante: Yordani Peña Santana

Matricula: 2019-02653

Carrera: Ingeniería en Software

Asignatura: Programación 1

Tema Realizar un programa. Tarea 9

Facilitador: Joan Tejada Caba

Después de consultar el texto básico de la asignatura y otros documentos sugeridos por su facilitador, en el contenido de la Unidad IX, realiza las actividades sugeridas: 1- Realiza una matriz en Lenguaje C, debe estar compuesta por 4 filas y 4 columnas. 2.- Llenar la matriz creada con las calificaciones de 16 estudiantes.

Código del programa. #include #include using namespace std; int main(){ int cal[4][4]; int cont=0; int resp; cout << "\t\t\t\tUNIVERSIDAD ABIERTA PARA ADURTOS UAPA. \n"; cout<< "\n\t\t\t\tMostrar notas de 16 alumnos. \n\n";

for (int i=0;i<4;i++){ for(int j=0;j<4;j++){ cont++; cout<< "introdusca la nota del alumno num : ("<> cal[i][j]; } cout<< "\n";

}

system ("cls"); cont=0; cout<< " \n\n\t\t\tnotas de los 16 alumnos.\n\n "; for (int i=0;i<4;i++){ for (int j=0;j<4;j++){ cont++;

cout<< "\n"; cout<< " nota del alumno ("<>>>>"; cout<< "[" <
getch(); do{ system ("cls"); cout<<"\n\t\t\tSi Desea volver a introducir las notas \n \t\t\t precione (1) "<<endl; cin>>resp; if(resp==1)

main();

} while(resp==1);

getch();

return 0; }

Capturas de ejecución

Related Documents

Programacion 1 Tarea 9
February 2021 1
Programacion 1 Tarea 4
February 2021 3
Programacion 1 Tarea 3
February 2021 3
Programacion 1 Tarea 6.docx
February 2021 1
Tarea 4 De Programacion
February 2021 2

More Documents from "Yohari Medina"