Conteo-corregido.txt

  • Uploaded by: Paty Jasso Gonzalez
  • 0
  • 0
  • December 2019
  • 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 Conteo-corregido.txt as PDF for free.

More details

  • Words: 92
  • Pages: 1
/*Patricia Jasso Gonzalez Romina Urb�n Rodr�guez 2203*/ #include<stdio.h> void inicializa(int *ap,int tam,int num); void imprimir(char *mensaje,int *ap,int tam); int leeint(char *mensaje,int li, int ls); main(){ int calif[11],i,cont; inicializa(calif,11,0); for(i=1;i<=10;i++){ cont=leeint("Ingresa una calificacion[0-10]: ",0,10); calif[cont]++; } imprimir("Con calificacion",calif,11); getch(); return 0;

} void inicializa(int *ap,int tam,int num){ int i; for(i=0;ils){ printf("\nEl dato est� fuera del rango"); } }while(num
  • ls); return num; }

  • More Documents from "Paty Jasso Gonzalez"

    Conteo-corregido.txt
    December 2019 16
    Cadenascorregido.docx
    December 2019 8
    Manejo De Archivos En C.docx
    December 2019 30
    December 2019 35
    Vocales2
    April 2020 22
    07 Negacion95
    August 2019 34