FOR LOOP 7

Task 7: Write a program to print the first 10 multiples of a given number
e.g User enters 5 Output is 5,10,15,20,25,30,35,40,45,50

Scroll to Top