Reggie3223 Reggie3223 25-08-2020 Computers and Technology contestada Write a program using integers user_num and x as input, and output user_num divided by x three times. Ex: If the input is: 2000 2 Then the output is: 1000 500 250