|
Advertisement
|
Forum posts by jigz n:1 page [ 1 ]
Posted in Java Answers Forum, Feb 26, 2006, 12:04 AM
Hi,I am stuck on this bit with thread group.Problem is that A General needs to find the factors of a big number.He can do this himself by:import java.lang.Math.*;public class SeqGeneral { int oddNumber, totalNumberToCheck; boolean[] factorOrNot; SeqGeneral(int _oddNumber) { // constructor oddNumber = _oddNumber; totalNumberToCheck =...
1 page [ 1 ]
|