dinosaurio:
TextWindow.WriteLine("ingresa el primer numero")
f = TextWindow.ReadNumber()
TextWindow.WriteLine("ingresa el segundo numero")
k = TextWindow.ReadNumber()
TextWindow.WriteLine("ingresa el tercer numero")
s = TextWindow.ReadNumber()
If f = k Or f = s Or k = s Then
TextWindow.WriteLine("No ingreses numeros iguales")
Goto dinosaurio
Else
If f > k And f > s Then
TextWindow.WriteLine("El numero mayor es: " + f)
Else
If k > f And k > s Then
TextWindow.WriteLine("El numero mayor es: " + k)
Else
If k > f And s > k Then
TextWindow.WriteLine("El numero mayor es: " + s)
EndIf
EndIf
EndIf
EndIf
No hay comentarios:
Publicar un comentario