you can implement the multiply and divide using addition and substraction which you had implemented like this:
code:


class longInteger {
public:
.........
longInteger operator+(const...