//Next interval of 6
//Given a positive int, please write a function to return the next closest interval of 6. 4->6, 5->6, 8->12, 13->18
using System;
public class Program
{
public static void Main()
}