0
How to write a code on js to get multiples of a number, n number of times?
2 odpowiedzi
+ 2
Please start writing a code :))
Here are the instructions you may follow :
1) Take the input 'n'
2) Run a for loop 'n' times
3) In each loop multiply your desired number by the next multiple of the number
+ 1
Thanks : )