Question: please help me code this for a beginner C class Assignment 5 This assignment focuses on Formatted Input/Output Instructions Create a program called fractions.c that

please help me code this for a beginner C class
Assignment 5 This assignment focuses on Formatted Input/Output Instructions Create a program called fractions.c that does the following: Write a program that will read in 2 fractions such as 3/7, then print each fraction, and their sum and product, both as fractions and as floats. To refresh your memory, a/b + c/d = (ad +bc) / bd, and a/b * c/d = ac/bd. You don't have to reduce fractions to their simplest forms. Your program must adhere to the class coding standards, and will be graded using the assignment grading criteria. Submit your source code file to the Desire2Learn dropbox for this assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
