[storage-class] [const] [type modifiers] type name [= inital-value] ;
type your answer here
mathematicschoosing a variable to represent an unknown quantity
you have to give a statement in the following syntax datatype variable;
An unknown
There's no global variables in Java.
type variable {[optional array size]} {= optional initializer};
BOB=$JOE or BOB=${JOE}
ordanry variable store one value at a time. arrays are used for storing more than one value at a time in a single variable name ordanry variable doesnt have subscript. array must have subscript syntax for ord. variable Datatype v1,v2...... syntax for array variable Datatype v1[n1],v2[n2].....
local Variable A Local variable is a variable whose scope is limited to the Block of the Subroutine defining it. Private Sub Command1_Click Dim a as integer End Sub Module Level Variable A Module Level variable is a variable whose scope is limited to the Form Module defining it. Public Sub Command1_Click Dim a as integer End Sub Global Level Variable A Global Level variable is a variable whose scope can be limited to the entire project defining it. Private Sub Classjnitialize () Dim a As Integer End Sub
template is nothing but the design which have all the information
When defining grammar, it is important to consider both syntax and semantics. Syntax refers to the structure and rules for constructing sentences, while semantics deals with the meaning of those sentences. Both elements are crucial for creating clear and effective communication.
Local Variable A Local variable is a variable whose scope is limited to the Block of the Subroutine defining it. Private Sub Command1_Click Dim a as integer End Sub Module Level Variable A Module Level variable is a variable whose scope is limited to the Form Module defining it. Public Sub Command1_Click Dim a as integer End Sub Global Level Variable A Global Level variable is a variable whose scope can be limited to the entire project defining it. Private Sub Class_Initialize () Dim a As Integer End Sub