using System;
public class Program
{
public static void Main()
bool boxCut = true;
if(boxCut){
Console.WriteLine("This true.");
}
else {
Console.WriteLine("This is false");