miércoles, 10 de agosto de 2016

Declaración de variables. Taller#1


1.    Declare en Visual Basic las siguientes variables:
a)    Porcen Float
b)    Cant Double
c)    Proyecto Char
d)    Resp Single
e)    Boton Integer
f)     Totaldescuento Integer
g)    Importe Float
h)   Suma Single
i)     Resta--------- float
j)      Resul--------- char
k)    Parent-------- single
l)     Verdadero--- bool
m)  Fila------------- single
n)   Falso---------- bool
o)    Nombre Char
p)    Cedula Integer
q)    Apellido Char
r)     Datos Single
s)    Ecua--------- Integer
t)     Provincia---  Char
u)   Mult---------- Double
v)    Numeri------ Float
Desarrollo
a)    Dim As Porcet Float
b)    Dim Cant As Double
c)    Dim Proyecto As Char
d)    Dim Resp As Single
e)    Dim Boton As Integer
f)     Dim Totaldescuento As Integer
g)    Dim Importe As Float
h)   Dim Suma As Single
i)     Dim Resta As float
j)      Dim Resul As char
k)    Dim Parent As single
l)     Dim Verdadero As bool
m)  Dim Fila As single
n)   Dim Falso As bool
o)    Dim Nombre As Char
p)    Dim Cedula As Integer
q)    Dim Apellido As Char
r)     Dim Datos As Single
s)    Dim Ecua Integer
t)     Dim Provincia As Char
u)   Dim Mult As Double
v)    Dim Numeri As Float


No hay comentarios:

Publicar un comentario