jueves, 21 de julio de 2016

Asignación de Variables

Taller #1
Declare en visual Basic las siguientes variables:
Porcen Float
Cant Double
Proyecto Char
Resp Single
Boton Integer
Totaldescuento Integer
Importe Float
Suma Single
Resta------Float
Resul------------char
Parent ------------single
Verdadero-------------bool
Fila----------------single
Falso -----------------bool
Desarrollo
1)      Dim Porcen As Float
2)      Dim Cant As Double
3)      Dim Proyecto As Char
4)      Dim  Reso As Single
5)      Dim Boton As Integer
6)      Dim Totaldescuento As Integer
7)      Dim Importe As Float
8)      Dim Suma As Single
9)      Dim Resta As Float
10)   Dim Resul As cHat
11)   Dim Parent As single
12)   Dim Verdadero As Boll
13)   Dim Fila As Single
14)   Dim Falso As Bool
15)   Dim Nombre As Char
16)   Dim Cedula As Integer
17)   Dim Apellido As Char
18)   Dim Datos As Single
19)   Dim Ecua As Integer
20)   Dim Provincia As Char
21)   Dim Mult As Double
22)   Dim Numeri As Float



No hay comentarios:

Publicar un comentario