I am doing an C++ assignment on customizable scientific calculator. I wish to ask how to write a program that can automatically identify the variables when i load a formula?
for example, when i input a formula: x + y
the program will display: x?
y?