Search:

Type: Posts; User: JavaPF

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,662

    [SOLVED] Re: help with this program (loops and if statements togethor)

    Glad I could help.

    Its all trial and error when you first start programming. You need to try different methods to find out what works and what doesn't. Soon you will know the best route to take :)
  2. Replies
    6
    Views
    2,662

    [SOLVED] Re: help with this program (loops and if statements togethor)

    How about this?



    import java.util.Scanner;
    import java.util.*;

    public class NumberGame {

    public static void main(String[] args) {
  3. Replies
    6
    Views
    2,662

    [SOLVED] Re: help with this program (loops and if statements togethor)

    What input/output are you looking for? Please give me an example.
Results 1 to 3 of 3