pseudocodigos

2
Mostrar si un número es menor que cero INICIO N: enteros Leer n Si n<0 entonces Mostrar “el número es negativo “ Sino Mostrar “el número no es negativo” Fin si FIN salarios INICIO Si 1 Si 2 Si 3 Sf 1 Sf 2 Sf 3 Lea S1 S2 S3 Sf 1 = (Si 1 *10) / 100 + Si 1

Upload: sebastian-sierra

Post on 11-Mar-2016

212 views

Category:

Documents


0 download

DESCRIPTION

logica de programacion si un numero es menor que cero y salarios

TRANSCRIPT

Mostrar si un número es menor que cero

INICIO

N: enteros

Leer n

Si

n<0 entonces

Mostrar “el número es negativo “

Sino

Mostrar “el número no es negativo”

Fin si

FIN

salarios

INICIO

Si 1

Si 2

Si 3

Sf 1

Sf 2

Sf 3

Lea S1 S2 S3

Sf 1 = (Si 1 *10) / 100 + Si 1

Sf 2 = (Si 2 * 12) / 100 +Si 2

Sf 3 = (Si 3 * 15) / 100 + Si 3

Mostrar (Sf 1, Sf 2, Sf 3)

FIN