C++ programming using "*" for Christmas Tree Pattern Program code: #include<iostream> using namespace std; int main() { int width, height,…