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