Class-2-Exercise

This project was written by Mr.Mohammad.Mahdi.Mirzaie

Subject

5 cpp exercise

Reference

Exercise 1-5

Usage

Run following commands on a UNIX-line operating system for compiling project.

$ cd src
$ make

You can run each project by running binary files. Replace X by a number between 3 and 12.

$ ./question_X

Cleanup project using following command.

$ make clean

Date