Search:

Type: Posts; User: jjd712

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    4,213

    Re: Some simple help please!

    Ok, ill try and find one that works.

    Thanks for the help.
  2. Replies
    11
    Views
    4,213

    Re: Some simple help please!

    Um i.. don't know. :confused:

    This might help, its all i'm really given
    1411
  3. Replies
    11
    Views
    4,213

    Re: Some simple help please!

    um, i did not add a import statement b/c i assumed the complier in eimacs already had that. I would need to use
    import java.lang.Math; right?
  4. Replies
    11
    Views
    4,213

    Re: Some simple help please!

    // Enter a value to test here
    double a =6.05000001 ;
    double b;

    // Enter your code here
    b = Math.round(a,1);

    After running this error occurs:

    TC1.java:16: cannot find...
  5. Replies
    11
    Views
    4,213

    Some simple help please!

    Some background... this is my second week in java and so far its going great in my comp sci class, but some of the eIMACS labs are killing me.



    In the following code segment, a and b are...
Results 1 to 5 of 5