Use TRACS to work through the program code.
‘Test Data –
Dim Length as Integer
Dim Breadth as Integer
Dim Area as Integer
Length = 5
Breadth = 4
Area = Length * Breadth
MsgBox( “The Area is “ & Area )
Use TRACS to work through the program code.
‘Test Data –
Dim Length as Integer
Dim Breadth as Integer
Dim Area as Integer
Length = 5
Breadth = 4
Area = Length * Breadth
MsgBox( “The Area is “ & Area )