Programming In C++

  •  17-10-2018 11:00 PM

This program is about the toothpick game.In which there are 23 toothpicks at the start of game.Players pick toothpicks from the pile are either only 1 or 2 or 3.First pick is from user and the other one is from computer.The player who pick the last one toothpick will be a loser.

Read More
  •  17-10-2018 10:34 PM

This program checks whether the given number is prime or not.If the number is not prime , not only it outputs that number is not prime but also it tells that on which prime numbers it can be divided.

Read More
  •  17-10-2018 10:13 PM

Rock–paper–scissors is a hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock", "paper", and "scissors".

Read More
  •  17-10-2018 09:43 PM

This blog post is about C++ program to implement the Number Guessing Game. In this game the computer chooses a random number between 1 and 100, and the player tries to guess the number in as few attempts as possible. Each time the player enters a guess, the computer tells him whether the guess is too high, too low, or right. Once the player guesses the number, the game is over.

Read More
I BUILT MY SITE FOR FREE USING