How to resolve the algorithm Multiplication tables step by step in the МК-61/52 programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Multiplication tables step by step in the МК-61/52 programming language

Table of Contents

Problem Statement

Produce a formatted   12×12   multiplication table of the kind memorized by rote when in primary (or elementary) school.

Only print the top half triangle of products.

Let's start with the solution:

Step by Step solution about How to resolve the algorithm Multiplication tables step by step in the МК-61/52 programming language

Source code in the мк-61/52 programming language

П0	КИП0	КИП4	КИП5	ИП4	ИП5	*	С/П
ИП5	ИП0	-	x=0	03
ИП4	ИП0	-	x#0	22	ИП4	П5	БП	02
С/П


  

You may also check:How to resolve the algorithm Determine if a string is collapsible step by step in the jq programming language
You may also check:How to resolve the algorithm Trigonometric functions step by step in the PHP programming language
You may also check:How to resolve the algorithm Sorting algorithms/Permutation sort step by step in the NetRexx programming language
You may also check:How to resolve the algorithm Even or odd step by step in the x86-64 Assembly programming language
You may also check:How to resolve the algorithm Day of the week step by step in the Icon and Unicon programming language