Search:

Type: Posts; User: KevinE

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: New at Java... my if, else if, else program doesn't seem to work, skips to else.H

    Thanks for the quick replies glad that I could figure it out on my own! Just started an Intro to Java course... sure I'll be back.
  2. [SOLVED] Re: New at Java... my if, else if, else program doesn't seem to work, skips to else.H

    Just as I submitted this I tried changing the status ==



    class IfElseDemo {
    public static void main(String[] args) {

    String status;
  3. [SOLVED] New at Java... my if, else if, else program doesn't seem to work, skips to else.Help!

    No matter what I input the program always returns "What!!!". Any help is appreciated. Thanks!



    import java.util.Scanner;

    class IfElseDemo {
    public static void main(String[] args) {
    ...
Results 1 to 3 of 3