using System;
public class Program
{
public static void Main()
// Starting variables
int numberOne = 12932;
int numberTwo = -2828472;
// Use built-in methods and save to variable
// Print the lowest number
}