Which are the values on which numeric calculations can be done? Numeric Variables b String Variables Sering Constants d Numeric Constants. please give ans
Answers
Answer:
You can calculate numeric values through the use of numeric expressions. A numeric expression is an expression that contains literals, constants, and variables representing numeric values, and operators that act on those values.
You can calculate numeric values through the use of numeric expressions. A numeric expression is an expression that contains literals, constants, and variables representing numeric values, and operators that act on those values.Numeric and String Constants. Literal values are expressed as either numeric or string constants. Numeric constants can be either an integer like 10 or a floating-point number like 3.214. A string constant is a sequence of characters surrounded by double quotation marks such as "4 horses".
You can calculate numeric values through the use of numeric expressions. A numeric expression is an expression that contains literals, constants, and variables representing numeric values, and operators that act on those values.Numeric and String Constants. Literal values are expressed as either numeric or string constants. Numeric constants can be either an integer like 10 or a floating-point number like 3.214. A string constant is a sequence of characters surrounded by double quotation marks such as "4 horses".A numeric constant consists of numerals, an optional leading sign, and an optional decimal point. Examples of valid numeric constants are: 5.0, 6, -5.
You can calculate numeric values through the use of numeric expressions. A numeric expression is an expression that contains literals, constants, and variables representing numeric values, and operators that act on those values.Numeric and String Constants. Literal values are expressed as either numeric or string constants. Numeric constants can be either an integer like 10 or a floating-point number like 3.214. A string constant is a sequence of characters surrounded by double quotation marks such as "4 horses".A numeric constant consists of numerals, an optional leading sign, and an optional decimal point. Examples of valid numeric constants are: 5.0, 6, -5.Text enclosed in double quote characters (such as "example" ) is a string constant.