Given the struct template below, struct rectangle{ float center_x,center_y; float length; float width; }; a.Write a function

Posted Date: