Search:

Type: Posts; User: Rabia

Search: Search took 0.08 seconds.

  1. Re: word game (problem how to check that the word is in the dictionary)

    but thanks for helping
  2. Re: word game (problem how to check that the word is in the dictionary)

    i am thinking that create a for loop n in then if statement

    --- Update ---

    i have to submit this in 45 mins but i think i can't complete this
  3. Re: word game (problem how to check that the word is in the dictionary)

    that's the problem i got
  4. Re: word game (problem how to check that the word is in the dictionary)

    import java.io.*;

    public class Dictionary
    {
    public String[] words = null;

    public Dictionary(String fileName)
    {
    try
    {
  5. Re: word game (problem how to check that the word is in the dictionary)

    The dictionary of valid words for the game is given to you in the project folder and it is
    called brit-a-z.txt.

    Here is an example of how your completed program should behave:

    Trial 1 of 10:...
  6. Re: word game (problem how to check that the word is in the dictionary)

    Finally
  7. Re: word game (problem how to check that the word is in the dictionary)

    actually that is comments and if you copy this code to blue j it will be fine but i will try to figure it out what u r saying.
  8. Re: word game (problem how to check that the word is in the dictionary)

    is that okay
  9. Re: word game (problem how to check that the word is in the dictionary)

    sorry i don't know how to do it
  10. Re: word game (problem how to check that the word is in the dictionary)

    Hi
    Thanks for replying me, as you have read this code before the total score of words I have used if statement to check that the word is in the linked dictionary or not and I have to display some...
  11. word game (problem how to check that the word is in the dictionary)

    import java.io.*;
    import java.util.Random;
    import java.util.Scanner;

    public class WordGame
    {

    public static void main(String[] args) throws IOException
    {
    final int...
Results 1 to 11 of 11