Sign in to test your solution.
// Distribution of two dice program using System; class Submission { // ------------------------- // Subprograms // ------------------------- // ------------------------- // Main program // ------------------------- public static void Main(string[] args) { } }