rand is set as a random number.
What does this mean in C programming: if(rand%2==0),...?
If the result is an even number
{
do what you have to do;
}
Reply:if (rand is divisible by two with no remainder)
Reply:If rand is an even number, then...
song downloads
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment