using System;
public class Program
{
public static void Main()
int hours = 24;
Console.WriteLine("There are " + hours + " hours in a day");
}