Search:

Type: Posts; User: Jad3dFox

Search: Search took 0.24 seconds.

  1. Replies
    7
    Views
    616

    Re: Simple fix for simple program

    Hello, I have no clue why it won't change but I rewrote some of the code. Now it's bypassing the if and going straight to else.. no idea again why that is because it's not set up that way.

    Now...
  2. Replies
    7
    Views
    616

    Re: Simple fix for simple program

    Good point, theAnswer variable is not changing from hond to kat, i'm not sure why that is as theAnswer is initialized before the if statements..

    Enter answers:

    hond
    hond
    Well done! You are...
  3. Replies
    7
    Views
    616

    Re: Simple fix for simple program

    Hello there,



    import java.util.Scanner;

    public class Dutch {

    public static void main(String[] args)
    {
  4. Replies
    7
    Views
    616

    Simple fix for simple program

    Hello forum, new here and a beginner to java. I have a small program with input, output and a switch statement.

    What I need, is for the program to take in answers and compare them to the...
Results 1 to 4 of 4