The main difference between pause and continue in C++ is that break is used to terminate the loop immediately and to pass control…