Transmutation Table Display
May 17, 2016 at 8:03am
please help. I don't know how to display transmutation table. is there any specific code ?
May 17, 2016 at 10:45am
What is a "transmutation table"?
May 18, 2016 at 6:41am
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
May 18, 2016 at 1:17pm
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.