Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Re: How to Translate working code into code with a Tester Class

    What error were you getting earlier?

    If you want to print out the result, you can do this (assuming CountSevens1.countDigits(s) returns an int):

    CountSevens1 x = new CountSevens1();
    int result...
  2. Re: How to Translate working code into code with a Tester Class

    I think your question is about how to make two class files communicate with each other. At this basic level, simply create two files, put them in the same folder, compile both of them, and run the...
Results 1 to 2 of 2