miércoles, 15 de marzo de 2017

Sesión #10

Algoritmo HIPOTENUSA
Escribir ("Ingresar cateto opuesto");
Leer Co;
Escribir ("Ingrsar cateto adyacente"), Co ;
Leer Ca;
Total<-rc(Co^2+Ca^2);
Escribir ("La hipotenusa es: "),Total;
FinAlgoritmo


Algoritmo Volumen
Escribir ("Ingresar radio");
Leer R;
Escribir ("Ingresar altura");
Leer H;
Total<-(PI*R^2*H);
Escribir ("El volumen es: "),Total;
FinAlgoritmo

No hay comentarios:

Publicar un comentario