answersLogoWhite

0

For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.

For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.

For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.

For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are differences between data types numeric and non numeric?

Numeric data are data that can be quantify. i.e age, e.t.c While Non-numeric data are data that cannot be quantify but can be categorise. Such as colour, name e.t.c


What does Error converting data type to numeric means?

You must have declared a method which tries to convert a variable/field value into a numeric value but that is not possible. Refer to the line on which the error is found and remove the method which tries to convert the variable/field. Note: Java allows type casting so a string cannot be converted into integer even if a method tries to change the value


Why percentage i is not used for integer data-type in c language?

C is statically typed. There is no need for dollar or percentage symbols to differentiate between character/string data and numeric data.


What is the difference between numeric data and non-numeric data?

Numeric data are numbers (like age, cost, etc.), while non-numeric data are not numbers (like name, address, etc.).


Define numeric data?

Numeric data refers to any data that is represented as numerical values, such as integers, decimals, or fractions. This type of data is used for quantitative analysis and calculations in various fields such as mathematics, statistics, and science. Numeric data can be manipulated and processed mathematically to uncover patterns, trends, and relationships within the data.


What is parseint in javascript?

it is used to convert the string value that we get from the users to integer data type


Is it possible to convert strings in java to double directly?

Not directly. A String is an object, and a double is a primitive data type. To do the conversion you must first convert the String to a Double object (note the capital D in double), then convert that object to a double data type (lowercase d in double). Double is an object, double is a primitive data type. Here's a class that will convert a String to a double:public class StringToDouble{public static void main (String[] arguments) {String s = "100.00";double d = Double.valueOf(s.trim()).doubleValue();System.out.println("double d = " + d);}}


What three different data types you would in find in data base?

Number, string, binary string.


How you can change data type in PHPwrite a script in PHP that change the string data type in numeric data type?

If you will read typecasting on php, you will know more on this. <?php $str = "10"; $num = (int)$str; ?>


What are the 2 types of data allowed in QBASIC?

the two types of data used in Qbasic is numeric data and alpha numeric data.


What data-type is a numeric value entered into a text box treated as by default an integer B String C Variant D None of the above?

integerstring


What is cell reference that contain numeric data?

a. Write down the cell reference of a cell the contains numeric data