<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello, <BR>
&nbsp;<BR>
I have to make a programm which can test if a number is a prime.<BR>
I know a prime is a number which can only be diveded by 1 and itself.<BR>
&nbsp;<BR>
One way is was thinking about is to make a loop which try if % has output 0.<BR>
But that don't work.<BR>
&nbsp;<BR>
Can someone give me a hint what's the best approach is.<BR>
&nbsp;<BR>
Roelof<BR>
&nbsp;<BR>                                               </body>
</html>