Search:

Type: Posts; User: shamed

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    2,066

    Re: Problem with condition

    This code works fine with me. Thank you Json. :)
  2. Replies
    7
    Views
    2,066

    Re: Problem with condition

    Thanks for answering, and thanks for the instruction. Now the problem is, it does not output the "negative" even if I input -1 or any negative number. It always displays "positive".
  3. Replies
    7
    Views
    2,066

    Problem with condition

    Hi, I'm having problem with this code.


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

    BufferedReader input = new...
Results 1 to 3 of 3