Search:

Type: Posts; User: bankoscarpa

Search: Search took 0.08 seconds.

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

    I now have the tester down to this:

    import java.util.Scanner;
    public class CountSevens1Tester
    {
    public static void main(String[] args)
    { String s = "";
    Scanner in = new Scanner(System.in);...
  2. Re: How to Translate working code into code with a Tester Class

    I did what you said and i keep getting the same error. this is what i have in the tester class.[CODE]import java.util.Scanner;
    public class CountSevens1Tester
    {
    public static void main(String[]...
  3. How to Translate working code into code with a Tester Class

    I have this code: it works and it properly runs. I just do not know how to make it have 2 classes and make a call. Sorry for the beginner question. Thank you for your help.


    import...
Results 1 to 3 of 3