Search:

Type: Posts; User: FreeBird

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    2,172

    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,172

    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,172

    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,172

    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,172

    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)

    {
  6. Replies
    2
    Views
    1,211

    Hi, introduction FreeBird

    I am new to computer programming, currently enrolled in Java Programming 1. Doing okay, but as the assignments become more complicated I am struggling more. So finding a site that can help me to...
Results 1 to 6 of 6