write a program to evaluate the arithmetic statement :X=A-B+C*(D*E-F)/G+H+K1- by using a general register computer with three address instructions2- By using an accumulator type computer with one address instructions3-By using a general register computer with two address instructions4- by using a stack-organized computer with zero-address operation instructions