How to add comma in long number in c++ program? Coding Interview Question. How to add comma in long number in c++ program? #include <iostream> #include <string> using namespace std; string MathChallenge(int nu…