Prototype for a function that finds and returns the area of a rectangle? a) float calculateRectangleArea(float length, float width) b) int findRectangleArea(int l, int w) c) double computeArea(double l, double w) d) float areaOfRectangle(float l, float w)