Search:

Type: Posts; User: NiharVish

Search: Search took 0.07 seconds.

  1. Re: Condition satisfying but not getting desired Output

    Thanks. It's working now. I wonder why can't we use "==" for String comparison !!
  2. Condition satisfying but not getting desired Output

    I wrote this simple code of logical operators but not getting desired output.


    package logical_operators;

    import java.util.Scanner;

    public class LogicalOperators {

    public static void...
Results 1 to 2 of 2