#include double prob(int n){ // This computes the probability that // there is no two persons with the same Bday int i; double prob = 1; for (i=0;i