Hi all
I would really appreciate anyone who could help me. I am trying to convert the following string "A:B - C:D --> L" into a substring "(A==B) && (C==D)".
However the output I am getting from the program below is "A== &&C==". How could i change it??
class...