Where can i get it?
And one more question, how do you put text in if statements instead of numbers? E.g. if (x == 10) cout << 25 << endl; Now, how can i enter some word instead of 10?
if (x == "ten")