kyyyyy4735 kyyyyy4735 30-12-2022 Computers and Technology Answered Write a program using integers userNum and divNum as input, and output userNum divided by divNum three times. Ex: If the input is: 2000 2 the output is: 1000 500 250