Search:

Type: Posts; User: FreeBird

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    2,167

    Yea, professor Gordon as well

    I tried getting tutor help through Wimba, I don't like that program at all, very hard to hear or understand from the other end. Would you share any tips you get from the tutors even if it is too...
  2. Replies
    9
    Views
    2,167

    no luckk yet

    [QUOTE]No luck yet, getting ready to try program using switch statements for various result.
    Are you a student at Depaul CDM? [\QUOTE]
  3. Replies
    9
    Views
    2,167

    Re: Game of Craps: won't compile

    public class Die
    {

    private final int MIN_NUMBER = 1;
    private final int MAX_NUMBER = 6;
    private final int NO_NUMBER = 0;

    int number;

    ...
  4. Replies
    9
    Views
    2,167

    Re: Game of Craps: won't compile

    [code]
    the professor provided us with the code necessary to create a die class, which I have tested and does work. So in my program it calls the die from that class. The compile errors vary,...
  5. Replies
    9
    Views
    2,167

    Game of Craps: won't compile

    import java.util.*;
    import java.io.*;

    public class playGame
    {
    //This is main method of the class
    public void main(String[] args)

    {
Results 1 to 5 of 5