imports System
public class Rectangle
private Width as double
private length as double
'public methods
public sub acceptdetails()
width=4.3
length=5.2
end sub
public getarea()