Search:

Type: Posts; User: cool

Search: Search took 0.07 seconds.

  1. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    just getting four errors anyone can help. I have made another program which is working for this problem but I need help with this code

    --- Update ---

    solved
  2. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    import javax.swing.JOptionPane;
    public class program2 {
    public static void main(String[] args) {



    String Hair = JOptionPane.showInputDialog(null, " Enter hair colour Brown,Black or...
  3. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    post#15?
  4. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    Like I said I am like doing my first program so I am beginner so I am only following your instructions well this program is compiled but doesn't run. I am sure you could fix this issue better. I have...
  5. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    how do I give them values? can you amend it for me so I have an idea please?
  6. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    ok thanks

    --- Update ---

    [ code= java]
    import javax.swing.JOptionPane ;

    public class example2 {
    public static void main(String[] args) {
    String guess;
  7. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    yes but I am stuck at algorithm :( I also want to know that do I have to list four people we are guessing against their hair and eyes?

    --- Update ---

    firstly I want to appreciate you for giving...
  8. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    now when it comes to algorithm its not make sense how do I write one which decides on bases of hair colour and eyecolour that who has user got in his/her mind

    --- Update ---

    well i would think...
  9. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    import javax.swing.JOptionPane ;

    public class example2 {
    public static void main(String[] args) {
    eyecolour = JOptionPane.showInputDialog(null, "Enter the eye colour");
    haircolour =...
  10. Replies
    21
    Views
    1,408

    [SOLVED] Re: I need help on this one :(

    nothing :( number guessing game makes sense to me but this doesn't. I fail to write a code where algorithm would be acceptable
    i was think if hair colour == black && eye colour == black or...
  11. Replies
    21
    Views
    1,408

    [SOLVED] I need help on this one :(

    Hi folks, I am beginner and really struggling on this one please help me.

    2. Program 2: Demonstrate use of “selection” in the design and development of a Java program to guess who the user is...
Results 1 to 11 of 11