Review Of Constituents
Variable -- named “container” to hold a value of a given type, e.g. hiMo, midPt
Assignment -- to place a value into a variable using (in VB6.0) an “=”, e.g. midPt = loDate + 1
Conditionals -- testing a value to determine which statement executes next, e.g If-Then-Else-End If and Select Case-End Select
Iteration -- performing operations repeatedly using a loop, e.g. For-Next and Do While
All programming languages have these facilities,
though the form is often slightly different