Search:

Type: Posts; User: argie123sky

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,521

    Re: Whats wrong with my looping?

    that helped ty \m/
  2. Replies
    6
    Views
    1,521

    Re: Whats wrong with my looping?

    The code is supposed to input a start an end and an interval which the program does fine... the problem is in the if(a != 'y' || a != 'Y' || a != 'n' || a != 'N') it enters the body even IF...
  3. Replies
    6
    Views
    1,521

    Whats wrong with my looping?

    import java.io.*;
    public class dowhile
    {
    public static void main(String[] args)
    {

    int START = 0;
    int END = 0;
    int STEP = 0;
    String input = "";
Results 1 to 3 of 3