Generation

translateMon, 24 Apr 2023

Calculate the area of square

int area(int length) { return length * length; }

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