answersLogoWhite

0


Best Answer

Double/Decimal- Used to store number with decimal places

For Example

Dim a As Double

a = 12.64

lblDisplay.Text = "The Double value store in the variable is" & a

End Sub

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Double/Decimal- Used to store number with decimal places

example(Dim A As Double)

(A=12.13)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What data type would you use for the value 12.231?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Who are automatically increases the number value in MS Access?

A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.


What defines a data type?

the type of data which we store in a variable.. example: int a=10; /*here a is variable (data) which is of type int and stores a value 10.*/


What sort of data is a percentage?

It is a numeric type of data, or it could be called a value.


Suggest the data type that can be used for initializing alphanumeric elements in a c programmed array .Also tell you the compiler that can understand the data type.?

Data Type : - It is used to identify the type of data. 'C' Language has a large no of data type, Thus it is also known by rich data type language: Data type are generally classified in three group: 1: Fundamental data type 2 Derived Data Type : 3 Use defined data type; 1 Fundamental data type: Fundamental data type includes i) The int data type: The data type int can store integer value only for eg. 14, 45, 78 declaration: int a,b; here we can store any value in variable a & b. ii) Char Data Type : The data type char can store character value only which is enclosed with single quote for e.g. 'c' declaration : char x = 'c' iii) Float Data Type:


Why should double data type is preferable over float data type?

by default any float value is double


What are the types to pass a structure to functions?

A structure is a type so you just need to pass the structure as you would any other data type: by reference or by value.


What data type would you use for the value 40?

Integers- Used to store Numbersfor exampleDim X As IntegerX = 10lblDisplay.Text = "The Integer value store in the variable is" & x


What are the three components to data definition?

Type, name and initial value. If a value is not given and the type supports default construction, a default value is assigned.


What types of errors would range checking existence checking and data type checking pick up?

a range check is a check to make sure a number is within a certain range. Data check would produce an error if an incorrect data type is inserted into a field that requires a specific data type. Existence checking: identifies whether a certain value is present in a specified area


What data type is an array of data items countains a pointer?

an index. it also contains a key value.


What is the use of variables in c language?

Variable is of any Data Type and Data Type can be defined as a type of value that a Variable will hold.............means which type of value you want to store, eg: fractional value (3.5454), whole value (3,76,3,67), character value (a,v,c,f,b,z) etc.......... So The Use the Variable is to store a value of any kind (some mentioned above)


What is default values of different primitive data types?

in integral data types default value=0 in decimal type default value is 0.0 in boolean default value is fa