Search:

Type: Posts; User: johnngolombe

Search: Search took 0.07 seconds.

  1. Replies
    16
    Views
    1,490

    Re: java programing two arrays

    this is what:
    1 int index = java.util.Arrays.asList(english).indexOf("food", "hello", "phone", "house", "car");
    2
    3 if(index<0)System.out.println("No wambo equivalent");
    4
    5 else
    6 ...
  2. Replies
    16
    Views
    1,490

    Re: java programing two arrays

    u dnt seen 2 be helpin
  3. Replies
    16
    Views
    1,490

    Re: java programing two arrays

    jus give me an outline of how the program shud be like i have no clue
  4. Replies
    16
    Views
    1,490

    java programing two arrays

    Given the followning two arrays English{"food","hello","phone","house","car"} wambo={"oikulya","ongeipi","ongodi","eumbo","otuwa "} Write a java program that will ask for the Word in english and...
Results 1 to 4 of 4