Search:

Type: Posts; User: tyb97

Search: Search took 0.28 seconds.

  1. Replies
    6
    Views
    1,426

    Re: Else-if statment failure

    Ok, thanks for the help, I will go back and make it run smoother once I finish my project.
  2. Replies
    6
    Views
    1,426

    Re: Else-if statment failure

    Ohh I see, but I fixed it another way, just put a System.exit command under the losing numbers,
  3. Replies
    6
    Views
    1,426

    Re: Else-if statment failure

    Ok, this code here:
    if (WinnerPoints > 5)
    System.out.println("Begin Test..");
    else if (WinnerPoints == 0)
    System.out.println("Good Bye");
    Is supposed to print out: "Begin Test"...
  4. Replies
    6
    Views
    1,426

    Else-if statment failure

    Ok, Ive been working on this,
    import java.util.Scanner;
    public class Levels
    {
    public static void main(String[] args)
    {
    Scanner keyboard = new Scanner(System.in);...
Results 1 to 4 of 4