Search:

Type: Posts; User: MikalD

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,678

    Re: Jumps over one scanner in if else loop

    Thanks for all replies. So the thing I need is i print out a question and they answer. I need to collect 1 int value and rest string. Because I need to determine there age in the if, else statement....
  2. Replies
    5
    Views
    1,678

    Jumps over one scanner in if else loop

    See the comment in code nearly at bottom in code.
    Here is my code:

    import java.util.Scanner;

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

    Scanner in = new Scanner...
Results 1 to 2 of 2