Search:

Type: Posts; User: takamine

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    1,475

    Re: numberformatexception

    Thx,
    problem solved.:)
  2. Replies
    2
    Views
    1,475

    numberformatexception

    I want to calculate

    ???? number1 = 182316110001234567232100
    int number2 = 97

    int value = (int)(number1 % number2)

    the result must be 78 (check by windows calculator)

    How do i have to...
Results 1 to 2 of 2