Search:

Type: Posts; User: ericeclifford

Search: Search took 0.29 seconds.

  1. Re: Help with my code for this client/server program.

    Okay, I posted without the double spaces. I will look into the other things you said right now, thanks for the quick response Norm!

    --- Update ---


    import java.io.BufferedReader;
    import...
  2. Help with my code for this client/server program.

    I can get the server to connect successfully but I can't get it to read my txt file, I tried putting it at the top of the C drive and having the write address for it, or just putting a file at the...
  3. Replies
    1
    Views
    684

    Help with my StringCompare code

    I am trying to get this to work on this website called myprogramminglab for college.
    Instructions: Write a program that uses String method regionMatches to compare two strings input by the user....
  4. Replies
    8
    Views
    1,035

    Re: Help me please with Shape hierarchy

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

    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
  6. Replies
    8
    Views
    1,035

    Re: Help me please with Shape hierarchy

    import java.util.Scanner;

    class Driver
    {


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

    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;}
    ^...
  8. Replies
    8
    Views
    1,035

    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 8 of 8