Search:

Type: Posts; User: imago23

Search: Search took 0.10 seconds.

  1. How do you create a mathematical sequence?

    I want to declare integers, while the program is running.

    I run the program and then I give it via System.in.println an integer and repeat this as long as I want. I want the program to give those...
  2. this method must return an int type /// + if

    I want to use a method, which takes for example an int and also returns an integer.
    For example, if the the given integer is strong return a, if it is notstrong return b.
    How would you write that...
  3. Distinguish additive + and "connecting +" in system.out.println

    As far as I know you have to use the + sign in your system.out.println command, if you want to connect several messages.
    Example: System.out.println("The house" + "green") ;
    However, do you make...
Results 1 to 3 of 3