Structure Point
Public a As Integer
Public b As Integer
Public Sub New(ByVal a As Integer, ByVal b As Integer)
Me.a = a
Me.b = b
End Sub
Public Overrides Function ToString() As String
Return "(" + x.ToString() + ", " + y.ToString() + ")"
End Function
End Structure

emeka donatusPosted Oct 22, 2010, 11:47 AM
your article is not clear
emeka donatusPosted Oct 22, 2010, 11:47 AM
your article is not clear