Welcome to Westonci.ca, your go-to destination for finding answers to all your questions. Join our expert community today! Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

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: