Search:

Type: Posts; User: HackerChrisWong

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    662

    Re: I except show this FIRST - JAVA

    Try to add

    System.out.flush();

    after System.out.printf
  2. Re: Is there a way to make an array with different variables

    Simply, wrap the data in a class like this:



    class Mix {
    private int number;
    private String word;

    public Mix(int number, String word){
    this.number = number;
Results 1 to 2 of 3