Code fragments

  a) What output would occur for each of the following code fragments cout << setw(6) << setfill(‘a’) << 321 << endl; cout << 3 + 4 * 7 ‐ 7; cout << 28 % 6 b) What would be the value of z displayed by each of the following code...