Search:

Type: Posts; User: rzzz

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    1,286

    Re: simple code help required

    Hi Greg

    The initial objective is to transposite arrays.

    array 0 TITG
    array 1 HSR
    array 2 IAI
    array 3 SSN

    whereby arrays can be shuffled in any sequence,. subsequently the sequence has to...
  2. Replies
    7
    Views
    1,286

    Re: simple code help required

    assuming there are 4 arrays

    array 0
    array 1
    array 2
    array 3

    and string is THISISASTRING

    array 0 TITG
  3. Replies
    7
    Views
    1,286

    simple code help required

    import java.io.*;
    import java.util.Scanner;
    import java.util.Vector;

    public class test3 {

    public static void main(String[] args) throws IOException {
    int counter = 0;
    ...
Results 1 to 3 of 3