Search:

Type: Posts; User: cod

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    1,052

    Trying to restart a loop at a certain point

    So I made a blackjack code in java and I need to find a way to replace the place where I added a system.exit with a way to ask the user if they'd like to play again and restart the loop, keep in mind...
  2. Replies
    3
    Views
    1,030

    [SOLVED] Re: Looping doesn't change value

    Thank you, yes it turns out that the if statements were outside the while loop hence only displaying the output is 0 but as for your first point about the 'while (data!=0)' statement, my code asks it...
  3. Replies
    3
    Views
    1,030

    [SOLVED] Looping doesn't change value

    Okay guys so here is my problem.
    Write a program that asks the user for the low and high integer in a range of integers. The program then asks the user for integers to be added up. The program...
Results 1 to 3 of 3