Print the First 3 multiples in javascript of the given number "N". (N is a positive integer)
Note: print the characters with a single space between them.
Input Description:
A positive integer is provided to you as an input.
Output Description:
Print the First 3 multiples of the number with single spaces between them as an output.
Sample Input :
2
Sample Output :
2 4 6
Answers
Answered by
1
Answer:
3,4,5,9,0,123,6
h
t
Explanation:
it will
Similar questions