Coders Packet

Packets submitted by DEVADHARSHINI M

Find the 'n' th Prime Number Using C++

This is just a simple program to find the 'n' th prime number in the prime number series using C++, where the n value should be given by the user.

Word/Character Counter Using C++

In this project, a valid text file name is given by the user, and the count of words/characters in the file is found out using C++ Programming Language.

Largest Prime Factor in C++

The prime numbers that can be multiplied to give the original number are called prime factors. The largest among them is found out using C++ Programming language here.