Coders Packet

Packets submitted by SHAHINA S

TIC TAC TOE GAME USING C++ OOP

Implementation of Tic Tac Toe Game using C++ Object-Oriented Programming Concept. A Class is created to implement the OOP Concept.

C++ Program to print a matrix diagonally

This will discuss how to print a matrix diagonally using C++ Program. An example is given for printing a matrix diagonally.

Abundant , Automorphic , Friendly pair, Harshad and Strong number using C++

Program to check whether the numbers are Abundant,Automorphic,Friendly pair,Harshad number and Strong Number using C++