30 likes | 54 Views
FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>General Info 0 Your project is to write a Java class which implements methods to<br>perform symbolic computations on fractions. The Input to your program<br>will be 2 arrays which you will transform into fractions. 0 Example:<br>— A 2D array named Fractions of integers with n columns and 2 rows: 3145<br>
E N D
ECE 280 General Info 0 Your project • FOR MORE CLASSES VISIT • tutorialoutletdotcom • General Info 0 Your project is to write a Java class which implements methods toperform symbolic computations on fractions. The Input to your programwill be 2 arrays which you will transform into fractions. 0 Example:— A 2D array named Fractions of integers with n columns and 2 rows: 31452236 — A 1D array of chars named Operators (+,*,—,/) of length n-1 Fractions =[ Operators =[ + * J — The output would be 13/6 that is the result of the symbolic computation [[3 111:4] 5 [2*4] 5 4 5 13