#Lab5_FunctionsInC
Learn to write a simple function in C.
Calculates area of a rectangle with provided dimensions.
Each length/width must be between 3 and 20.
length, width => area
main.c
Calc_Area()
- Calculates area of rectangle with given dimensions