using static System.Console;
static Random r = new Random();
static int x = r.Next(6, 11);
static int y = r.Next(1, 6);
public static void Main() {
WriteLine($"{x} / {y} = {a}");
public static void Teste() {
decimal a = decimal.Divide(x, y);
WriteLine($"{x} Divide {y} = {a}");