Times tables

Log in om je oplossingen te testen.
// Times tables program using System; class Submission { // ------------------------- // Subprograms // ------------------------- // Procedure to output the X times table. static void times_table(int x) { } // ------------------------- // Main program // ------------------------- public static void Main(string[] args) { times_table(table); } }
Je kunt zo vaak indienen als je wenst. Er wordt enkel rekening gehouden met je laatst ingediende oplossing.
Log in om je oplossingen te testen.