Hey, how do I assign a math problem to a variable? Example:

x + y > answer (variable)

I want to do something of that formula, instead of:

cout << "x + y";