[solved]-Write Program Using Integers Usernum X Input Output Usernum Divided X Four Times Ex Input Q39011626
Write a program using integers userNum and x as input, andoutput userNum divided by x four times. Ex: If the input is 2000 2,the output is: 1000 500 250 125 Note: In Coral, integer divisiondiscards fractions. Ex: 6 / 4 is 1 (the 0.5 is discarded). Coralplease
Expert Answer
Answer to Write a program using integers userNum and x as input, and output userNum divided by x four times. Ex: If the input is 2… . . .
OR

