Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: RSA algo not working. (algoritm included)... not working for some numbers..[TOMORROW EXAMS]

    If it is not working, time for some debugging.
    Work through all the forumulas manually to verify that you understand them and that they give the right results.
    Write the results for each step on...
  2. [SOLVED] Re: RSA algo not working. (algoritm included)... not working for some numbers..[TOMORROW EXAMS]

    Then what about this:

    Post a console that shows a problem?
  3. [SOLVED] Re: RSA algo not working. (algoritm included)... not working for some numbers..[TOMORROW EXAMS]

    Please copy the full contents of the command prompt console from when you execute the program and paste it here that shows the problem.

    What was the program's output for the data: 7, 13 and 36? ...
  4. [SOLVED] Re: RSA algo not working. (algoritm included)... not working for some numbers..[TOMORROW EXAMS]

    What is the input and output for the program?
    When I used this:

    StringReader sr = new StringReader("7\n13\n36\n");
    BufferedReader buff=new BufferedReader(sr); //new...
Results 1 to 4 of 4