Java Programming Tutorial: Number Guessing Game

preview_player
Показать описание
We create a basic number guessing game for the user to try and guess a Random number created by the program.
Covers the creation of two object instances from the Scanner and Random classes. Explains how to use Google to search for Classes that might be of interest and how to read the Java API documents online related to a given Class. Compares the Java API online to the verbose popup dialogues used by Eclipse such as at the invocation of methods to a given object instance or static Class methods.
Series Video #7
Рекомендации по теме
Комментарии
Автор

love how you explained how to use Eclipse short cuts etc.Thanks!

madderhouse
Автор

Awesome program for beginners! Most other videos I've seen have advanced keywords that most people haven't been exposed to yet. I hate it when people use things that they wouldn't learn in a Java 101 class lol...

Arpier
Автор

thanks dude you explained things very well

BelieverStarcraft
Автор

How do i make it so they only get three tries? and whats the formula if the guess is 25% away from the answer or 10% away (hot and cold type thing)

AHarmlessTwig
Автор

In NetBeans it's saying that "answer" hasn't been initialized

NoName-nold
Автор

How do you add a limit to the number of guesses you can make?

seanmiller
Автор

its blured i cant see the program well. do you have video that is more clear?
thanks

Rin-jfvs
Автор

I used Netbean and copied everything u wrote, doesn't work, pls help

jerryx