cout << setw(10) << "ten" << "four" << "four" << ' '; // Display ten fourfour cout << setfill('-') << setw(80) << "-" << ' '; // Displays 80 "-"