Search:

Type: Posts; User: rzzz

Search: Search took 0.15 seconds.

  1. Replies
    7
    Views
    1,265

    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,265

    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,265

    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;
    ...
  4. Replies
    2
    Views
    923

    [SOLVED] Re: a quick question . args argv.

    Hi Greg,

    Apologies but it has been resolved.

    Was unable to extract args values.
  5. Replies
    2
    Views
    923

    [SOLVED] a quick question . args argv.

    The code would be as such..

    import java.util.*;
    // Import for Scanner class

    public class test
    {

    public static void main(String[] args)
    {
Results 1 to 5 of 5