Question: Use C program and please do not use outside c99 mode Write a C program to calculate the sum of fraction. i=1mMiNi Each fraction is

Use C program and please do not use outside c99 mode
Write a C program to calculate the sum of fraction. i=1mMiNi Each fraction is a user input in the form Ni/Di, where Ni and Di are the numerator and denominator of the i - t th fraction, respectively. m is the total number of fractions to sum. Must use structures to declare your fraction and must use functions to get credit. Use the skeleton program below. SKELETON PROGRAM \#include // Declare your structure and call it Fraction // Write a function FractionAdd (...) to compute the sum of fractions int main() \{ // Write your code \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
