hi everyone,
iam an IT student that tried to solve this java programming question but have many problems can anyone help me with it ?? here is the assignment ....
using java programming language, write a program that will read a java code and locate all the assignment statements.from each of these statments you will extract the variables getting a value(the one before the = operator), and all of the variables in the expression at the right-hand side.you may assume that no variable contains an embeded blank,and that each atatement is on a line by itself .
thanx all,
Mayy