using System;class MainClass { static void Main() { Console.WriteLine("{1}, {0} and {1}.", 3, 6); }} 6, 3 and 6.