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 )
Glow Blogs uses cookies to enhance your experience on our service. By using this service or closing this message you consent to our use of those cookies. Please read our Cookie Policy.