Search:

Type: Posts; User: indytroll

Search: Search took 0.16 seconds.

  1. Replies
    6
    Views
    2,535

    Re: HiLo game in java

    Yes, the first method is the main , i didnt have any problems there, the second method is public static int playGame(int maxNumber){
    } where the game will be, iam having problem with the last one ...
  2. Replies
    6
    Views
    2,535

    Re: HiLo game in java

    Hello, iam quite new to this, i will try to explain what i want to code ,
    a HiLo game where the user can choose up to 3 different levels(1-10, 1-100, 1-1000)
    with these 3 methods

    public static...
  3. Replies
    6
    Views
    2,535

    Re: HiLo game in java

    import java.util.Scanner;
    public class HL{

    public static void main(String[] args ){

    Scanner s = new Scanner(System.in);

    System.out.println("Välkommen till HiLo!");
    ...
  4. Replies
    6
    Views
    2,535

    HiLo game in java

    Hello, iam quite new to this, i will try to explain what i want to code ,
    a HiLo game where the user can choose up to 3 different levels(1-10, 1-100, 1-1000)
    with these 3 methods

    public static...
Results 1 to 4 of 4