namespace Activity3_1_2 {
public static void Main() {
Console.Write("Kindly enter the number here:");
num = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("This number is divisible by 10");
Console.WriteLine("This number is not divisible by 10");