@interface Rectangle +(int)calculateAreaWithLength:(int)l; +(int)calculateAreaWithLength:(int)l width:(int)w; @end