martes, 2 de agosto de 2016

Declaración de Variables


Taller 1
    

1.     Declare en Visual Basic las siguientes variables.

Porcen   Float: Dim Porcen As Float

Cant        Double: Dim Cant As Double

Proyecto   Char: Dim Proyecto As Char

Resp         Single: Dim Resp As Single

Boton       Integer: Dim Boton as Integer

Totaldescuento     Integer: Dim TotaldescuentoAs Integer

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: Dim Verdadero As Bool

Fila            Single: Dim Fila As single

Falso        Bool: Dim Falso As Bool

Nombre    Char: Dim Nombre As Char

Cedula       Integer: Dim Cedula 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          Float: Dim Numeri As Float

 

No hay comentarios:

Publicar un comentario