Search:

Type: Posts; User: arunjava

Search: Search took 0.14 seconds.

  1. Re: Factorial of a Number (program completed but doubt in that)

    Thank your GregBrannon, thanks for your helpful advice, i shall take care of it... By the way problem is solved, there was a silly mistake ....
  2. Re: Factorial of a Number (program completed but doubt in that)

    1 import java.io.*;
    2 class Factorial
    3 {
    static int b;
    4 public static void main(String args[]) throws IOException
    5 {
    6 System.out.println("Enter a value=");
    7 DataInputStream a =new...
  3. Re: Factorial of a Number (program completed but doubt in that)

    my doubt even "a" and "j" in the block have same value but while replace "j" by "a" why the output gets changed ....

    --- Update ---

    my doubt is even "a" and "j" in the block have same value but...
  4. Factorial of a Number (program completed but doubt in that)

    Friends please help me out to solve this problem .....
    1 import java.io.*;
    2 class Factorial
    3 {
    4 public static void main(String args[]) throws IOException
    5 {
    ...
Results 1 to 4 of 4