Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (anonymous):

Write a program that prompts the user to enter the numerators and denominators of two fractions. The program should then display the numerator and denominators of the fractions that represent: a) the product of the two input fractions, and b) the sum of the two input fractions. [Hint: If the numerators and denominators of the two fractions are n1, d1 and n2, d2, then the product is (n1* n2)/( d1* d2), and the sum is (n1* d2 + n2* d1)/( d1* d2). Avoid entering zero for d1 or d2!]

OpenStudy (walters):

in which language ?

OpenStudy (anonymous):

C programming.

OpenStudy (anonymous):

????

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!