Output all combinations of character variables a, b, and c, using this ordering abc acb bac bca cab cba So if a x, b-y, and c-z, then the output is: xyz xzy yxz yzx zxy zyx Your code will be tested in three different programs, with a, b, c assigned
Answers (1)