#include <algorithm> //#include <functional> #include <iomanip> //#include <ios> #include <iostream> //#include <string> #include <vector> // write your code here...... using namespace std; class Employee { private: string name; double...