Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

#include <stdio.h> #include <sting.

h> float calculamedia(nota1,nota2,nota3) { media = (nota1+nota2+nota3)/3 ; return(media); } float calculacre(media1,media2,media3,media4,media5,media6) { cre= (media1+media2+media3+media4+media5+media6)/6; return(cre); } int main{ float nota1, nota2, nota3; float media1, media2, media3,media4,media5,media6; for (i=0; i<2; i++) { printf(" Digite a nota %f",

You might also like