1. Create a program that generates a multiplication table for all numbers between 1 and 10. You should use iterations (f
Posted: Sat May 14, 2022 4:35 pm
1. Create a program that generates a multiplication table for all numbers between 1 and 10. You should use iterations (for or while loops) and your output should look similar to this: WNX 1 1 2 3 2 2 4 6 3 3 6 9 4 4 8 12 5 5 10 15 6 6 12 18 7 7 14 21 8 8 16 24 9 9 18 27 10 10 20 30 10 10 20 30 40