An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. This is a C++ project.
TicTacToe is a game where two players to put Xs and Os in compartments of a matrix. It is made using 3x3 matrix.