sábado, 3 de marzo de 2012

PROGRAMA PARA NOTAS DEL SEMESTRE

#include
using namespace std;

int main (int argc, char *argv[])
{
float a,b,c,d;
cout<<"INGRESE LAS NOTAS DEL 1 CORTE: "; cin>>a;
float w = a*0.20;
cout<<"LA NOTA DEL PRIMER CORTE ES: "<>b;
float x = b*0.20;
cout<<"LA NOTA DEL PRIMER CORTE ES: "<>c;
float y = c*0.30;
cout<<"LA NOTA DEL PRIMER CORTE ES: "<>d;
float z = d*0.30;
cout<<"LA NOTA DEL PRIMER CORTE ES: "<
float nota = w+x+y+z;
cout<<"LA NOTA DEL SEMESTRE ES: "<
return 0;
}

No hay comentarios:

Publicar un comentario