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: "<
float x = b*0.20;
cout<<"LA NOTA DEL PRIMER CORTE ES: "<
float y = c*0.30;
cout<<"LA NOTA DEL PRIMER CORTE ES: "<
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