44 # Extra credit problem 45 # write a program that asks for an integer input n, and prints the multiplication table 46 # from 1x1 until n x n. 47 # For instance, if n is 5, you should print out the following multiplication table: 48 # 0 0 0 0 0 4 5 8 10 12 15 12 16 20 15 20 25 49 # 0 50 # 0 51 # 0 52 # 0 53 # O 0 1234 u 24600 8 5 10

icon
Related questions
Question
100%
Please help
43
44 # Extra credit problem
45 # write a program that asks for an integer input n, and prints the multiplication table
46 # from 1x1 until n x n.
47 # For instance, if n is 5, you should print out the following multiplication table:
48 # 0 0 0 0
0 0
5
49 # 0
50 # 0
51 # 0
52 # 0
53 # 0
NHO
1
72
2 4
345
68
5 10
55696o.
3 4
+00
15
.
8
10
12 15
20
25
12 16
20
Transcribed Image Text:43 44 # Extra credit problem 45 # write a program that asks for an integer input n, and prints the multiplication table 46 # from 1x1 until n x n. 47 # For instance, if n is 5, you should print out the following multiplication table: 48 # 0 0 0 0 0 0 5 49 # 0 50 # 0 51 # 0 52 # 0 53 # 0 NHO 1 72 2 4 345 68 5 10 55696o. 3 4 +00 15 . 8 10 12 15 20 25 12 16 20
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer