how to store a 2^999 in a variable in .net so that i can
apply mathematical function. Actually i have to make
following program.....
Write a program that takes a 3 digit number n and finds
out whether the number 2^n + 1 is prime, or if it is
not prime find out its factors.
|