Search:

Type: Posts; User: noobie

Search: Search took 0.11 seconds.

  1. Replies
    28
    Views
    2,753

    Re: Help for my codes

    can you code it sir[-O<?
  2. Replies
    28
    Views
    2,753

    Re: Help for my codes

    public static void main (String []args)
    {
    String Student [][] = {{"ID-0", "meow0", "superman0", "batman0"},
    {"ID-1", "meow1", "superman1", "batman1"},
    {"ID-2",...
  3. Replies
    28
    Views
    2,753

    Re: Help for my codes

    how to write Pseudo code sir in java? and add that into my project? :-&





    sir like these?

    if (foundIt) {
    JOptionPane.showMessageDialog(null, "Found the "
  4. Replies
    28
    Views
    2,753

    Re: Help for my codes

    ok sir :D can you code/show sample code sir? to display the element in the choosing row.

    advance thank you :) sir ;)
  5. Replies
    28
    Views
    2,753

    Re: Help for my codes

    String Student [][] = {{"lol-0", "meow0", "superman0", "batman0"},
    {"ID-1", "meow1", "superman1", "batman1"},
    {"ID-2", "meow2", "superman2", "batman2"},
    ...
  6. Replies
    28
    Views
    2,753

    Re: Help for my codes

    i think i need to use a 2-D array , but i don't know how to code it :(


    (sorry im just a noob)
  7. Replies
    28
    Views
    2,753

    Re: Help for my codes

    sir the program should ask the user to input the student id and search the student id that the user has been input, and for example if i input the lol-1 as a student id the line for that lol-1 should...
  8. Replies
    28
    Views
    2,753

    Re: Help for my codes

    problem : having problem with writing the code to find the matching id and to display the elements on that line
    code
    import javax.swing.JOptionPane;

    /**
    *
    * @author +++++
    */
    public...
  9. Replies
    28
    Views
    2,753

    Re: Help for my codes

    yes sir, i having problem with writing the code to find the matching id,
  10. Replies
    28
    Views
    2,753

    Re: Help for my codes

    String Student [][] = {{"lol-0", "meow0", "superman0", "batman0"},
    {"lol-1", "meow1", "superman1", "batman1"},
    {"lol-2", "meow2", "superman2", "batman2"},
    ...
  11. Replies
    28
    Views
    2,753

    Re: Help for my codes

    my problem sir for that program, if i type the student id , the program is not find the id and other information for that elements , or it find but it have a error :-&
  12. Replies
    28
    Views
    2,753

    Help for my codes

    Hello, im new in java programming can someone help me, 8-> to fix this problem im making a program a id searching program , that the user will be ask to input an student id and if the STUDENT ID is...
Results 1 to 12 of 12