jjplantysh6261 jjplantysh6261 01-06-2023 Computers and Technology contestada Which expression for XXX causes the code to output the strings in alphabetical order? (Assume the strings are lowercase) if (XXX) { cout << firstStr << " " << secondStr << endl; } else { cout << secondStr << " " << firstStr << endl; }