Search:

Type: Posts; User: YogiB1810

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    1,116

    Re: Issues with IF else Statement

    Thank You Kevin!!!

    That worked!! below is the code!
    import java.util.Scanner;

    public class Ifprograms {
    public static void main(String[] args)
    {
    String Mon;
    Scanner sc = new...
  2. Replies
    2
    Views
    1,116

    Issues with IF else Statement

    Hi All,

    I'm not sure whats wrong with the following code. I skips to final else and prints the message, but doesn't validate the if conditions.


    import java.util.Scanner;
    public class...
Results 1 to 2 of 2