Java Guessing Game, computer science homework help

I’m having a few problems with a java guessing game. I’m supposed to have my code think up a random number and then prompt the user to input what I’m thinking until they get it right. I have a bug in my program because it always says the number is lower whether it is higher or lower but when I input the max number, it says I got it right. I don’t know where I went wrong. Any help is much appreciated! I’m going to link my code and the assignment specifications: http://courses.cs.washington.edu/courses/cse142/16wi/homework/5/spec.pdf 

import java.util.*;

public class GuessingGame {

   public static void main(String[] args) {

      game();

      statistics();

   }

   public static void game() {

      Random random = new Random();

      Scanner console = new Scanner(System.in);

      int num = random.nextInt(50);

      int guess = 0;

      int guess_count = 0;

      System.out.println(“I’m thinking of a number between 1 and ” + num);

      while (guess != num) {

         System.out.println(“Your guess? “);

         guess = console.nextInt();

         guess_count++;

         if (guess > num) {

            System.out.println(“It’s higher.”);

         } else if (guess < num) {

            System.out.println(“It’s lower.”);

         } else {

            System.out.println(“You got it right in ” + guess_count + ” guesses”);

         }

      }  

      System.out.println(“Do you want to play again? “);

      System.out.println();

   }

   public static void statistics() {

      System.out.println(“Overall results:”);

      System.out.println(“Total games = “);

      System.out.println(“Total guesses = “);

      System.out.println(“Guesses/game = “);

      System.out.println(“Best game = “);

   }

}

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with Lets Write For You
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat