answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

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.


What is pattern and sequence?

A pattern may be visual or numeric (or other), a sequence is usually numeric.


What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.


A visual display of numeric data?

A graph or chart.


A chart is a visual representation of numeric data?

Yes.


What is the puporse of using Val function in Visual basic 6.0?

Val() function is used in Visual Basic 6.0 to convert a string to a numeric value (such as integer, double etc.) or to extract a numeric value out of a string, as illustrated below.Val function as used to convert a string to a numeric valuefor example, let str be a string,Dim str as stringDim int as integerstr="09090"int=val(str)gives int = 9090also, used to extract the numeric part out of a following string,ie. a=val("98ASR_tyui") would give a=98however,b=val("The89")would give b=0 as there is no numeric value preceding the string.


What is non numeric constant?

An algebraic letter. e/g 5a 'a' is a non numeric constant. Remember in algebraic , when a letter is given , it means that the value of the letter is a constant, but the value is unknown .


The year of invention of visual basic?

Visual Basic was started in 1991.


Who invented the visual basic?

Visual Basic was created by a team at Microsoft.


Who developed visual basic?

Microsoft is the developer of visual basic


What is the Difference between slider and spin control in visual basic?

In Visual Basic, a slider control allows users to select a value by sliding a thumb along a track, providing a visual representation of the range of values, which is useful for selecting a continuous value. In contrast, a spin control consists of up and down buttons that increment or decrement a numeric value, allowing for precise adjustments but without a visual range representation. While sliders are typically better for selecting values within a range, spin controls offer more control for specific numeric inputs.


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.