Search:

Type: Posts; User: kungfuthug

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,013

    Re: Stuck, anyone care to help. Thx

    I have got it working well now, thanks.
  2. Replies
    5
    Views
    1,013

    Re: Stuck, anyone care to help. Thx

    My code is copied onto this forum, and I included two screenshots. One of the exercise and one of my output that is incorrect. I can view this fine on my thread?

    I am wondering if anyone see's...
  3. Replies
    5
    Views
    1,013

    Re: Stuck, anyone care to help. Thx

    Here is the problem I am trying to work out, it was not clear above.
    1927
  4. Replies
    5
    Views
    1,013

    Stuck, anyone care to help. Thx

    1928This is the code I am working with now. I was able to get the errors to disappear but it is buggy still.

    The text says I should enter coefficients as follows:
    a = 1
    b = -5
    c = 6

    and get...
  5. Re: help with creating a method and returning a value

    The ACM packages are part of The Art and Science of Java textbook... the source of my learning.

    Basically, I am learning information hiding and would like the main public class to receive the...
  6. Replies
    1
    Views
    985

    Help with the return concept

    I have a few questions below about this code.


    /*
    * File: FactorialTable.java
    * -------------------------
    * This file generates a table of factorials.
    */

    import acm.program.*;
  7. help with creating a method and returning a value

    Hi. I am having trouble understanding some simple concepts. I am frustrated.

    I typed this simple code and it counts up by three's.



    import acm.program.*;

    public class Freespace extends...
  8. Replies
    0
    Views
    1,161

    Complete Newbie needs help Please!

    I have a problem that I have wasted 2 hours on tonight. Eclipse seems to be missing Java libraries or something. I am using the textbook "THE ART AND SCIENCE OF JAVA" to learn the Art. When I type in...
Results 1 to 8 of 8