public static void Main()
Console.WriteLine("How many cars do you want?");
Console.WriteLine("How many trucks do you want?");
Console.WriteLine("The number of cars you wanted was " + cars + ".");
Console.WriteLine("The number of trucks you wanted was " + trucks + ".");
Console.WriteLine("The total number of cars and trucks you wanted was " + total + ".");