Search:

Type: Posts; User: Ripcurl

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,427

    Re: Another pair of eyes.

    why wount it compile? :/ i can't see the reason..
  2. Replies
    3
    Views
    1,427

    Another pair of eyes.

    import java.util.Scanner;

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

    int inputTall = 0;
    int utholdenhet = 0;
    ...
  3. Replies
    0
    Views
    2,720

    [SOLVED] Collatz conjecture

    ok, so I am building a program that calculates a number that user enter, with the collatz conjecture principles.

    A random number is entered, if it is an even number it shall be divided by 2,if it...
Results 1 to 3 of 3