answersLogoWhite

0

What are numeric constants in basic?

User Avatar

Anonymous

10y ago
Updated: 9/10/2022

It is a variable that can not be changed such as PI.

What else can I help you with?

Related Questions

What is the definition of numeric constant?

Numeric constants have the capacity to store numeric value.


How many different types of constants are there in COBOL?

there are three types of constants in COBOL 1. numeric literals 2. figurative constants 3. non-numeric literals


What is character constant in c how does it differ from numeric type constants?

hiii


What are numeric constants in c language?

examples: 1, -2, 3.15, 0xabcd


What is symbolic constants?

Symbolic constants are constants that the programmer has decided to give a symbolic name (usually one with a meaning to make it easy to remember) so he does not have to retype the numeric value every time he needs it and risk making an error. Many coding standards require ALL constants to be symbolic constants, even if only used once in the program.


What are symbolic constants?

A symbolic constant is a constant with a name, numeric constants are unnamed and must be retyped in the code on each usage. Generally use of symbolic constants is preferred as it makes the code self documenting and allows the compiler to catch typing errors in constant usage.


What are numeric constant in visual basic?

It is a variable that can not be changed such as PI.


How do you do 6 grade algebra?

first we learn variables constants and basic algebra


What is a numeric variable in ms dos basic?

In MS-DOS BASIC, a numeric variable is a type of variable that is used to store numbers, which can be integers or floating-point values. These variables can be manipulated using arithmetic operations, allowing for calculations and numeric processing within the program. Numeric variables in BASIC are typically defined by names that start with a letter and can be followed by letters, numbers, or underscores. Examples include variables like A, X1, and TotalAmount.


What is The numeric term that does not change in value?

The numeric term that does not change in value is called a "constant." Constants are fixed values that remain the same throughout a mathematical equation or expression, as opposed to variables, which can change. In mathematics, examples include specific numbers like 5, π (pi), or e (Euler's number). Constants play a crucial role in equations and functions, providing stability and reference points.


Is 7 plus 4 equals 11 an algebraic equation?

No, it is an arithmetic equation. There are no variables involved, only numeric constants and, as a result, most people would not consider it algebraic.


What is the difference between constants and variables?

A variable is a quantity which changes its value through out the program or its lifetime. But a constant is a quantity which does not change its value through out its life time. There are 5 basic constants.