Generation

generate functionMon, 06 Mar 2023

Calculate the area of a rectangle

double CalculateRectangleArea(double width, double height) { return width * height; }

Want to kickstart your project?Use the new AI Studio to create your code