Coders Packet

Packets submitted by Sree Lekshmi P

Zodiac Motivation Phrases Using C++

The program is about the zodiac signs and has an initial menu where one of the options is to create a file with motivational phrases associated with the signs.

Branch Checker and Calculator in C++

A program to calculate the sales value of the last three months for each branch. For each affiliate, three sales will be read.

Gaming Zone with C++

This is Fun GameZone with C++. It has 5 games. 1. Casino, 2. Quiz, 3. Calculation Master, 4. Cricket, 5. Rock Paper And Scissors.

Sudoku Game 9 grid in C++ format

The popular Sudoku game made in C++ format. It is in 9x9 grid and uses backtracking that try different solutions until finding a solution that “works".