using System;
void Cheek7 (int num1)
{
if (num1 % 7 == 0 )
Console.WriteLine("Boom!");
}
Cheek7(7);