- Write a program that asks the user what course number they
are studying and returns the name of that course. (Don't worry
about courses that are designated by letters).
- Using the struct point and struct rect types, write a
function that takes a struct rect and returns the area of the
rectangle which the struct represents. Assume that the
rectagle's sides are always perpendicular/parallel to the axes
of the coordinate system.