Question: Declare double variables num1, den1, num2, and den2, and read each variable from input in that order. Find the sum of the fractions num 1/

Declare double variables num1, den1, num2, and den2, and read each variable from input in that order. Find the sum of the fractions num 1/ den 1 and num 2/ den 2 and assign the result to fractionTotal. Ex. If the input is 2.51.53.52.0, then the output is: 3.42 Note: Assume that den1 and den 2 will not be 0 . The program reads the string variables my Name and className from input. Output the following, using variables myName and className. End with a newline. Ex: If the input is Eve Entomology, then the output is: Eve is studying Entomology
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
