1. Create a program that generates a multiplication table for all numbers between 1 and 10. You should use iterations (f
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1. Create a program that generates a multiplication table for all numbers between 1 and 10. You should use iterations (f
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: X 1 2 3 4 5 6 7 8 9 10 1 1 2 3 4 5 7 8 9 10 2 2 4 6 10 14 16 18 20 3 3 6 9 12 15 18 24 27 30 WNX 6 12 8 21 4 10 20 30 10 [10 marks] 40
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!