Search:

Type: Posts; User: jesamjasam

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    2,124

    Re: Print Goodbye

    oh, ok then try this:


    import java.util.Scanner;

    public class While {

    public static void main(String[] args) {
    Scanner input = new Scanner(System.in);
  2. Replies
    3
    Views
    2,124

    Re: Print Goodbye

    I don't quite understand what you're trying to do, but from what i understand this is what you're looking for:


    import java.util.Scanner;

    public class While {

    public static void...
Results 1 to 2 of 2