Question: Implement a program that requests a positive integer n from the user and prints the first four multiples of n. >>> Enter n: 5 0
Implement a program that requests a positive integer n from the user and prints the first four multiples of n.
>>> Enter n: 5
0
5
10
15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
