Taller
#1
Declare
en visual Basic las siguientes variables.
|
||
Variable
|
Tipo
de Datos
|
Declaración de Variable
|
Porcen
|
Float
|
Dim Porcen As Float
|
Cant
|
Double
|
Dim Cant As Double
|
Proyecto
|
Char
|
Dim Poryecto As Char
|
Resp
|
Single
|
Dim Resp As Single
|
Boton
|
Integer
|
Dim Boton As Integer
|
Totaldescuento
|
Integer
|
Dim Totaldescuento As Interger
|
Importe
|
Float
|
Dim Importe As Float
|
Suma
|
Single
|
Dim Suma As Single
|
Resta
|
Float
|
Dim Resta As Float
|
Resul
|
Char
|
Dim Resul As Char
|
Parent
|
Single
|
Dim Parent As Single
|
Verdadero
|
Bool
|
DimVerdadero As Bool
|
Fila
|
Single
|
Dim Fila As Single
|
Falso
|
Bool
|
Dim Falso As Bool
|
Nombre
|
Char
|
Dim Nombre As Char
|
Cédula
|
Integer
|
Dim Cédula As Integer
|
Apellido
|
Char
|
Dim Apellido As Char
|
Datos
|
Single
|
Dim Datos As Single
|
Ecua
|
Integer
|
Dim Ecua As Integer
|
Provincia
|
Char
|
Dim Provincia As Char
|
Mult
|
Double
|
Dim Mult As Double
|
Numeri
|
Char
|
Dim Numeri As Char
|
No hay comentarios.:
Publicar un comentario