namespace RectangleApplication {
public static void Main(string[] args) {
Rectangle r = new Rectangle();
public void Acceptdetails() {
public double GetArea() {
Console.WriteLine("Length: {0}", length);
Console.WriteLine("Width: {0}", width);
Console.WriteLine("Area: {0}", GetArea());