marikalmuk / Tasks

0 stars 0 forks source link

Print a multiplication table for any range of numbers #6

Closed romaneo closed 3 years ago

romaneo commented 3 years ago

Input data:

Prerequisites:

Programm workflow should be the next:

Programm requirements:

Examples

Example 1: start number: 0 end number: 2

    0 1 2 (<-header) 0 0 0 0 1 0 1 2 2 0 2 4

Example 2: start number: 2 end number: 4

   2 3 4 2 4 6 8 3 6 9 12 4 8 12 16

Learning materials:

For logic:


For output:

romaneo commented 3 years ago

@marikalmuk, please merge this branch to main and close this issue

marikalmuk commented 3 years ago

@marikalmuk, please merge this branch to main and close this issue

@romaneo , done