Write a program that reads integers userNum and divNum as input, and outputs userNum divided by divNum three times. Note: End with a newline.
Ex: If the input is:
2000 2

the output is:
1000 500 250

Write a program that reads integers userNum and divNum as input and outputs userNum divided by divNum three times Note End with a newlineEx If the input is2000 class=