But I don't know how to do it.
http://i73.photobucket.com/albums/i2...omas/Grade.jpg
But I don't know how to do it.
http://i73.photobucket.com/albums/i2...omas/Grade.jpg
what language?
You'll get no help from me, faggot.
Enjoy your failure.
This shit is easy as fuck, come on Krye.
Spring break, fuck doing homework.
The final is 40% of our total grade, so as long as I do good on that I'm set.
Okay what does (n mod f <> 0) mean?
n is divisible by f with some remainder.
No remainder fails the check.
while (f*f < n) and (n mod f <> 0) do
If I only knew what mod meant this would be so easy T_T
mod = modulo. It's the remainder from division.
mod is probably the modulo operator
it does division but just returns the remainder