Search:

Type: Posts; User: ericeclifford

Search: Search took 0.23 seconds.

  1. Replies
    8
    Views
    1,046

    Re: Help me please with Shape hierarchy

    Sorry I thought I responded, I figured it out, thank you so much for your help Norm!
  2. Replies
    8
    Views
    1,046

    Re: Help me please with Shape hierarchy

    I changed it from private static void to public static void and the myprpgramminglab is at least prompting
  3. Replies
    8
    Views
    1,046

    Re: Help me please with Shape hierarchy

    import java.util.Scanner;

    class Driver
    {


    private static void main(String[] args)
    {
    Object obj;
    int first;
  4. Replies
    8
    Views
    1,046

    Re: Help me please with Shape hierarchy

    That does work but then I get this error when I do this:

    Driver.java:96: error: no enclosing instance of type Driver is in scope
    public Circle(double r) {this.r = r;}
    ^...
  5. Replies
    8
    Views
    1,046

    Help me please with Shape hierarchy

    I am having trouble with this code for my Java class, I can not get this to work in the Myprogramming lab, it seemed to be an issue with the prompt. Here is the damage I have done thus far and...
Results 1 to 5 of 5