Redo Programming Project —but this time compute the sum of the two fractions.
Project
Write a program that reads and stores the numerators and denominators of two fractions as integer values. For example, if the numbers 1 and 4 are entered for the first fraction, the fraction is 1/4. The program should print the product of the two fractions as a fraction and as a decimal value. For example, 1/4 * 1/2 = 1/8 or 0.125.—but this time compute the sum of the two fractions.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.