Search:

Type: Posts; User: luckyazn

Search: Search took 0.18 seconds.

  1. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    I've listed all of the errors in the program and identified where they are. I've been working on this all morning, but i can't figure our how to fix the remaining errors. Can you please help me to...
  2. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    Thanks for the advice Norm, i found out that to fix the tokens problem, i checked the {}, one of the missing curly brackets caused all the errors. I managed to reduce the errors to only 5 now :), but...
  3. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    I have updated post #19 and identified where the error is present. That single error is repeated throughout the second portion of the program, which can be fixed, but i'm not sure of how to write a...
  4. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    Here is the code, but this is probably the least of my worries, i'm guessing that the errors will be surrounding the methods. The first method appears to be the one that needs to be fixed, where the...
  5. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    /* The first group of questions within the $100 category*/
    public void methods1() {
    String guess = inputString("Methods are _________ designed to solve specific problem and are examples of...
  6. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    I'm sorry i'm spending a lot of your time Norm, but do you understand the project itself. I'm making a Jeopardy program as a project. By using if else statements i want to be able to allow the user...
  7. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    I'm currently using this as an example Jeopardy.java , my goal is to have it to work the same way. I meant to say that i needed to define the methods and for some reason, there are errors requiring...
  8. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    due to time restraints, i'm not sure that i can start over, but i'm trying to fix the program errors. But i was just wondering if i'm on the right tract. I need some help with defining some of the...
  9. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    i know i have a lot of errors, but can you help me with any of the compiler errors, its sort overwhelming. I'm not sure how to solve the deleting token errors and the variables, i'm sort of a...
  10. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    This is the current code, the questions bellow are only examples which i will be changing soon, but thanks for all the help your giving me, i really appreciate it.



    import java.util.Scanner;...
  11. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    The errors that i am having are surrounding the grid, i'm attempting to create a grid within the java program. I'm trying to link the Jbuttons to my questions within the jeopardy game but i'm not...
  12. Replies
    25
    Views
    2,790

    Re: Java Jeopardy Game, Please Help

    Sorry, I'm sort of a beginner with java, and i didn't implement any layout manager. The problems with my program are the logic errors involved, i wondering if anyone here is able to help me. I'm...
  13. Replies
    25
    Views
    2,790

    Java Jeopardy Game, Please Help

    I'm trying to make a jeopardy game based on java for my Computer Science Class, but i'm having problems with my program at the moment. To start, i am unsure of the proper grid layout, and i need some...
Results 1 to 13 of 13