0
Help me by answering this question plz đ
string a="bc"; so in this code if I input "a" output will be "bc" But I wanted to make a code where if I input "a" output will be "bc" and if I input "bc" output will be "a" without declearing "bc=a" is it possible? if possible then how?
1 Answer