Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 477 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 477 Bytes

Fractions

1- fractionAddition

This program is used to find the sum of fraction. The number of fractions can be given as an input, followed by the numerators and denomenators. The program gives the answer in a fracton format.

2 - FindingFraction

This program is for find the fraction with common denomenator. The number of fractions can be given as an input, followed by the numerators and denomenators. The program gives each fracton with a common denomenator output.