Generation

generate functionWed, 16 Nov 2022

create a calendar which holds the months, the day of the months can hold an integer value

public class Calendar { // month, days, value Dictionary<string, Dictionary<string, int>> calendar = new Dictionary<string, Dictionary<string, int>>(); }

Questions about programming?Chat with your personal AI assistant