// Mar14.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdlib.h" #include "time.h" int _tmain(int argc, _TCHAR* argv[]) { int coin_toss, heads, n, i; n = 100; heads = 0; // srand(time(NULL)); for(i=1; i