Está en la página 1de 1

Algoritmo notas_alumnos

Definir notas Como Entero

Escribir "Ingrese sus notas";

Leer notas;

Si notas>=10 Entonces

Escribir "Excelente, usted ha aprobado las notas!";

Escribir "Sus notas fueron de: ",notas;

SiNo

Escribir "Usted ha reprobado las notas!";

Escribir "Sus notas fueron de: ",notas;

Fin Si

FinAlgoritmo

También podría gustarte