Computer Science, asked by alihamid011647, 6 hours ago

Write an alogorithm to print multiplication table of a number in reverse order.

Answers

Answered by armaans5tha
0

Answer:

By reverse order I assume you mean to first multiple the number by the largest number, then by the next large number until you reach 0.

Assuming you do not start at infinity, and assuming 1.0 decrement steps.

take number a multiply by b

subtract 1 from b

rinse and repeat

Explanation:

Similar questions