A Java program obtains two rational numbers from a data file (fractions.txt ) Each line in the input filerepresents a fraction . each line consists of two integer valuesseparated by a single space. the first integer always representsthe numerator and the second integer always represents thedenominator of a rational number. If the denominator is zero skipto the next line.
– 4 – 16
4 0
0 0
1 – 8
Expert Answer
An answer will be send to you shortly. . . . .