Computer Science, asked by anujrewa693, 4 months ago

Write a program to display first four multiples of variable X (X is integer). ​

Answers

Answered by Johnka
0

Answer:am trying to write as the question is stated, Write a program that accepts a positive integer from the user and print the first four multiples of that integer; Use while loop (Python)

Explanation:

Similar questions