Program Repita_until4;
Uses WinCrt;
Var nombre:string;
resp:char;
one,two,prome,suma,total:real;
j:integer;
Begin
REPEAT
j:=j+1;
Writeln ('***Cálculo de notas***');
Writeln ('');
Writeln ('***Ingrese nombre del alumno***');
Readln (nombre);
Writeln ('');
Writeln ('***Ingrese nota 1***');
Readln (one);
Writeln ('');
Writeln ('***Ingrese nota 2***');
Readln (two);
Writeln ('');
prome:=(one+two)/2;
Writeln ('***El promedio es: ***', prome:5:3);
Writeln ('');
suma:=suma+prome;
Writeln ('***Desea ingresar nota de otro alumno, S/N***');
Readln (resp);
UNTIL resp='N';
Writeln ('***La suma de promedios es: ***', suma:5:3);
total:=suma/j;
Writeln ('***El promedio general es: ***', total:5:3);
End.
Promedios
radioepica
●
jueves, 19 de julio de 2012
Suscribirse a:
Enviar comentarios (Atom)
Pesquisar este blog
music
Sonando:
Suscribete a mi canal
Segundo Canal
Get your own Digital Clock
Dale like
Marcadores
- C++ (1)
- Notas curiosas (2)
- Pascal (28)
- Radio en ACCPLUS V2 (3)
0 comentarios:
Publicar un comentario