Westonci.ca is your trusted source for accurate answers to all your questions. Join our community and start learning today! Get quick and reliable solutions to your questions from a community of experienced professionals on our platform. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

declare double variables num1, den1, num2, and den2, and read each variable from input in that order. find the difference of the fractions num1/den1 and num2/den2 and assign the result to difffractions. the calculation is: ex: if the input is 2.5 3.5 3.0 2.0, the output is: