
18/11/2003, 21:28
|
| | Fecha de Ingreso: septiembre-2003
Mensajes: 172
Antigüedad: 21 años, 6 meses Puntos: 0 | |
Seria algo así,
If numero Mod 2 = 0 Then
MsgBox "Es par"
Else
MsgBox "Es impar"
End If
If numero - Fix(numero) = 0 Then
MsgBox "Es entero"
Else
MsgBox "Es real"
End If
Que es lo que no te va?
__________________ Sr.Propio |