The answer depends on the data source. Exchange rates are usually accurate to 6 significant digits.
in integral data types default value=0 in decimal type default value is 0.0 in boolean default value is fa
A pure recurring decimal is a type of repeating decimal. In a pure recurring decimal, all the digits of the decimal are repeated infinitely.
It is a decimal which terminates after 11 digits.
If you will read typecasting on php, you will know more on this. <?php $str = "10"; $num = (int)$str; ?>
Decimal Property
Decimal numbers are real numbers. In C and C++ we use the float, double and long double data types to represent real numbers.
A column of numbers containing a decimal point, like prices.
1. If its natural or integer numbers- Integer(Int) data type. 2. If it consists of decimal or fraction part- Double or float data type. 3. If it has a single letter or sign- Character(Char) data type. 4. If its got many words(alpha-numerical)- String data type. 5. If the result has to be "true" or "false"- Boolean data type.
No, data is information and decimal is a fraction out of a power of ten.
All data types can be used to store a whole number, even the data types that can store a decimal number.
A variable has a data type such as integer, string, double. A data type tells the variable to only store values that are a particular data type, so you can only store numbers without decimal points in an integer variable, and only characters such as "ABCD" in a string variable.
field size
The answer depends on the data source. Exchange rates are usually accurate to 6 significant digits.
in integral data types default value=0 in decimal type default value is 0.0 in boolean default value is fa
Double/Decimal- Used to store number with decimal placesFor ExampleDim a As Doublea = 12.64lblDisplay.Text = "The Double value store in the variable is" & aEnd Sub
integer data type