Skip to content

Latest commit

 

History

History

Lab05_FunctionsInC

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#Lab5_FunctionsInC

Purpose

Learn to write a simple function in C.

What It Does

Calculates area of a rectangle with provided dimensions.
Each length/width must be between 3 and 20.

length, width => area

Functions

main.c
Calc_Area() - Calculates area of rectangle with given dimensions