Search:

Type: Posts; User: theYe

Search: Search took 0.10 seconds.

  1. Help With Generating Random Initial Board For Game Of Life

    So right now, my part is to create the initial generation for Game of Life, randomly. It's hard for me to tell if I am heading in the right direction without writing the rest of the code to see if...
  2. Replies
    10
    Views
    1,220

    Re: Help With BalloonTester

    well that is part of the issue. The problem says the balloon starts with a radius of 0. and the class we were provided with says


    //doubles the radius of the balloon
    public void...
  3. Replies
    10
    Views
    1,220

    Re: Help With BalloonTester

    Thanks. I am still missing a step somewhere. I keep getting 0.0 as the current volume if I use:




    public class BalloonTester
    {
    /**

    */
  4. Replies
    10
    Views
    1,220

    Re: Help With BalloonTester

    I tried this:



    public class BalloonTester
    {
    /**

    */
    public static void main(String[] args)
  5. Replies
    10
    Views
    1,220

    Re: Help With BalloonTester

    Well one of the things I tried was ..



    public class BalloonTester
    {
    /**

    */
    public static void main(String[] args)
  6. Replies
    10
    Views
    1,220

    Help With BalloonTester

    I am supposed to write a Tester to get the current volume of a balloon that starts with a radius of 0 after it is inflated.

    This is the balloon:


    public class Balloon
    {

    private double...
Results 1 to 6 of 6