Coders Packet

Packets submitted by Farogh Tariq

ArmstrongNumber using C++

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.

Tic Tac Toe using C++ and 3d matrix

TicTacToe is a game where two players to put Xs and Os in compartments of a matrix. It is made using 3x3 matrix.