hi i need to make a homework helper for 3 equasions 3 unknowns
that will ask me what the equasions are and calculate what the unknowns are i thoght i would ask what the first char was a number or a letter and if it was a number it would store it in an int if it was a letter it would store it on a string...............
is there an and thing so i could tell the computer like
x += y += z == 12 AND
2 *= x -= 3 *= y = == 4 AND
y += z -= x == 2
cout<<"x="<<x<<;
cout<<"y="<<y<<;
cout<<"z="<<z<<;
thx,
Jason