using System;
public class Program
{
public static void Main()
var attempt = ((decimal)6/9);
Console.WriteLine(attempt.ToString("0%"));
}