Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 412 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 412 Bytes

Fraction-Arithmetic-Calculator

This C++ program demonstrates basic object-oriented programming principles through the implementation of a Fraction class.

Description:

Includes constructors, destructor, operator overloading, and exception handling for division by zero. Users can input two fractions, and the program will calculate their sum. It also keeps track of the number of Fraction objects created.