Summary: To figure out the prime number, you're going to have to go *waaay* back to prealgebra (maybe not that far, depending on how old you are) and review a ...
Summary: Hi everyone, I should find prime numbers! its so easy! but the point is how the program will looks when you cannot use arithmetic operators!! (except...
Summary: I am supposed to write a function in MIPS that determines if a number is prime. The function should pass the number to be judged as an argument (throu...
Summary: Ya, you're probably not resetting the number each time they want to play. Also, how is the random number seeded? (Never used the random number functio...
Summary: I am an access user with a fairly limited knowledge of coding hence using queries, reports and to a limited extent functions as provided with access 2...
Summary: hi, im trying to find a bit of java code that would randomly choose 3 numbers (0-9) then have the program so that i can enter numbers until the corre...
Summary: Iam working on RSA algorithm. I need to understand how one can work with large numbers as long as 100 digits , large prime generations. And then we ne...
Summary: Hello all I'm relatively new to java, and I need to write a program to find the integer between 1 and100 *(or x and z) with the greatest number of int...
Summary: Well, there is no formula for generating prime numbers so you need to work backwards. A prime number can only be divided by itself and one. So a strai...
Summary: i want to write a simple algorithm in java.. but i'm still not getting the idea how to do it.. i want to write a program that can convert a number int...
Summary: Hi friends, I have a big trouble to investigate. I need to find a UDP Client/Server implementation in Java language. I was able to write them in a sin...
Summary: Bryan: First a question or two. Shouldn't the C2 be C3 in the following? "The array is 20 columns wide so the value in U2 is 15 less than the value of...
Summary: Can I use the "find" or "go to" function to highlight all the negative numbers. Essentially I want excel to recognize whether a column contains a ne...
Summary: hi.. im quite new in java.. wondering if anyone can help me out. iv got users to enter a string of numbers using JOptionPane.showInputDialog. i then ...