This document contains a C++ program for a basic calculator. The program takes in three numbers and two operators, performs the calculation based on the order of operations, and displays the result. It includes an if/else statement to handle all possible operator combinations. The user is then prompted to run the calculator again or exit. The full program code and instructions are provided.