Search:

Type: Posts; User: javaneedhelp

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,575

    [SOLVED] Re: Need advice in troubleshooting

    Thank you, KevinWorkman! It is working now :o
  2. Replies
    3
    Views
    1,575

    [SOLVED] Need advice in troubleshooting

    I have trouble troubleshooting my project and sincerely hoping someone will be able to point out my coding mistakes. I was looking to add an Item in the application which I am working on my project....
  3. Replies
    5
    Views
    3,396

    [SOLVED] Re: Addition Quiz

    Here's my version of program



    It's unable to quit the program when I entered my choice as 3, number above 3 and number below 0
  4. Replies
    5
    Views
    3,396

    [SOLVED] Re: Addition Quiz

    After the menu, I used if-else-if statement to execute different method.
    I created a variable int choice, so when choice is 1, it prompted user to enter a number.
    When the choice is 2, I used...
  5. Thread: MinMax

    by javaneedhelp
    Replies
    4
    Views
    1,427

    [SOLVED] Re: MinMax

    My program is unable to prompt me for the next number when I enter a positive integer. Therefore, my smallest and largest integer are both the same number
  6. Replies
    3
    Views
    1,506

    [SOLVED] Re: for loop problem

    i need help in shifting the prompting inside the loop.

    it will be great if explanation can be provided!
  7. Thread: MinMax

    by javaneedhelp
    Replies
    4
    Views
    1,427

    [SOLVED] MinMax

    A tricky prob to tackle


    Prompt user for integers using a loop
    Stop prompting when a negative integer was entered
    Print out the largest and smallest numbers entered so far
    Print 0 as...
  8. Replies
    5
    Views
    3,396

    [SOLVED] Addition Quiz

    I need assistance for this question

    When user choose option 1: he will enter the number to practice
    When user choose option 2: the random number from 1 to 10 will be chosen to practice
    When...
  9. Replies
    3
    Views
    1,506

    [SOLVED] for loop problem

    I need help in this java prob

    Prompt user for new height of the triangle after the result was printed out
    User can terminate the program by entering number, 0 and below


    /* Output
    Enter...
Results 1 to 9 of 9