Search:

Type: Posts; User: jwill22

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    4,956

    Re: Nested If Else Statement

    WOW Brt93yoda....u are like a freakin genius. I don't know what I was thinking trying to compare with ==. Dang thank you so much and too everybody else for having patience with a beginning Java...
  2. Replies
    6
    Views
    4,956

    Re: Nested If Else Statement

    Even when I initialize it the program runs but only produces the last outputmessage no matter what day of the week I put.

    import javax.swing.JOptionPane;



    public class Activity
    {
    ...
  3. Replies
    6
    Views
    4,956

    Nested If Else Statement

    I have an assignment that says to write a program that asks the user to enter the day of week. Using nested if...else statements, display output that tells the user about an activity on that...
Results 1 to 3 of 3