Transmutation Table Display

please help. I don't know how to display transmutation table. is there any specific code ?
What is a "transmutation table"?
for example
how can I display this:
10-100
9-90
8-80
7-70
6-60
5-50
and so on.
with the formula of x=(a/10)*100
It is easy to generate numbers from 10 to 5 with a for loop.
It is easy to generate second number, for example 10*x.
Print both.
Topic archived. No new replies allowed.