free coding practice code example Example: coding practice sites int random() { // rand() generates a random number return (rand() % 2); }