Write a general package for reading in arithmetic


1. Write a general package for reading in arithmetic expressions and simplifying them.

2. Write a program for a simple calculating language with two forms of statement, one for assigning a value to a variable and one for printing out an expression as illustrated below: LET X = 7

LET Y = 3

PRINT (X+ Y) *(X-Y)/8

This should result in 5 being printed.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a general package for reading in arithmetic
Reference No:- TGS01211034

Expected delivery within 24 Hours