answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are numeric constant in visual basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 chart is a visual representation of numeric data?

Yes.


A visual display of numeric data?

A graph or chart.


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.


The year of invention of visual basic?

Visual Basic was started in 1991.


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 .


Who developed visual basic?

Microsoft is the developer of visual basic


Who invented the visual basic?

Visual Basic was created by a team at Microsoft.


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.


Is Visual Basic 6.0 compatible with Visual Basic 2005?

No.