using System;
public class Program
{
public static void Main()
int val=1231263;
Console.WriteLine($"This is val=0x{val:x} formatted as hex.");
}