for (count =0; count < SIZE; count++)
{
while (numMatch && count < SIZE)
{
if (user[count] != lottery [count])
numMatch =...