Question: You could only write the answer between cin>> c; and cout Output all combinations of character variables a, b, and c, in the order shown


You could only write the answer between cin>> c; and cout Output all combinations of character variables a, b, and c, in the order shown below. 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 with 'X', 'y', 'z', then with '#, $, %, then with '1', '2', 3. Dassed 977432247 57360 1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
