<p><strong>Help me write a java code:</strong></p><p><strong>1)Read quadruples from txt file ;</strong></p><p><strong>2)Change the quadruples into algrithmexpressions;</strong></p><p><strong>3)Compute the final result.</strong></p><p>Quadruple:</p><p>1(=,1,/,x)<br/>2(=,2,/,y)<br/>3(+,x,y,T1)<br/>4(=,T1,/,z)</p><p><strong>Code I have done so far(but I didn'tfinish)</strong></p><p>package compiler;</p><p>import java.io.BufferedReader;</p><p>import java.io.File;</p><p>import java.io.FileReader;</p><p>public class