Search:

Type: Posts; User: Mike_Chase

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    2,441

    [SOLVED] Re: GLabel methods with GObjects

    I ended up skipping this project in "The Art and Science of Java" and went on to the next one and figured out what I was missing. I didn't realize I could use an IF statement to compare the...
  2. Replies
    2
    Views
    2,441

    [SOLVED] GLabel methods with GObjects

    I am trying to make a graphics program that creates a GLabel called "Red" in a random position with a random color. This part I have done with the proper results. I also want, using the...
  3. Replies
    9
    Views
    1,612

    [SOLVED] Re: Help with method returning a double

    Yes..no matter how trivial, I will pay strict attention to the requirements of the assignment. Notice I have changed my variables to float primitives as well. Thanks again Junky.
  4. Replies
    9
    Views
    1,612

    [SOLVED] Re: Help with method returning a double

    Thank you Junky for your advice, I have it working fine now. Here is my code now....
    I was incorrectly coding the if else sequence. I put in some booleans to make it cleaner looking. Once the...
  5. Replies
    9
    Views
    1,612

    [SOLVED] Re: Help with method returning a double

    ok, I will refigure the logic. Any suggestions(or hints to think about?)on how to run the iteration from -4 to 4 without using the Math library and its absolute value, power methods?
  6. Replies
    9
    Views
    1,612

    [SOLVED] Re: Help with method returning a double

    It should return 1 as its answer since any number raised to the power of 0 = 1.
  7. Replies
    9
    Views
    1,612

    [SOLVED] Re: Help with method returning a double

    Thanks for the quick reply. Ok, here goes. If there is anything else i need, I will post for you quickly. This is my first programming forum and I'm new to the format.

    The error message during...
  8. Replies
    9
    Views
    1,612

    [SOLVED] Help with method returning a double

    Hello Programmers,

    This is my first post on my quest to self study Java more in depth since my recent graduation for my BSIT/Software Engineering Degree. I'm stuck on this exercise. I'm having...
Results 1 to 8 of 8