EJERCICIO


Corrección indicador realizado en clase:



Algoritmo inicio
leer p, c
total < - p*c
iva  < - total * 0.16
total < - total + iva
si total >=500000
desc < - total* 0.15
sino desc=0
fin si
total < - total-des
escribir  p*c, iva, total-desc


Comentarios

Entradas más populares de este blog

TABLA ASCII

CAJA DE TEXTO EN HTML.

3. REGLAS Y ETIQUETAS DEL HTML.