Problem This was a learning experience. I have looked around and found some better ways to write some things but […]
Tag: number-guessing-game
Number-guessing game with a cheat code
Problem As my first Java program, I have written a number-guessing game. I would appreciate any suggestions on how I […]
Guess how many are in the jar game in Java – Take 2
Problem Original question can be found here I took the advice I got to heart, and re-wrote it. Once again […]
NumberGuessGame
Problem I’ve already posted a first attempt on Code review. Here is a new version that takes into account the […]
Beginner number guessing game
Problem I am a beginner to Java and have just written a number guessing game which involves guessing numbers from […]
Guess that number, Larger or Smaller?
Problem I created a simple guessing game for the sake of practice, it’s been a while since I’ve had any […]
Simple random number guessing game with various difficulties
Problem I have been studying C#, and I am trying to model the Random number guessing game. 1 User inputs […]
A simple program using branching to guess the answer
Problem As a rookie to programming, i’m really excited about finishing my first program. But I know I only learn […]
High-Low Guessing Game
Problem The program is asking you to guess a number between 1-100 and if you guessed too low it says […]
Guessing game in Java – Take 3
Problem I already have two versions of this code reviewed (thanks @Bobby). They can be found here and here. The […]