Computers and Technology

The input to the following algorithm is a positive integer. the goal is to find the digit in the hundreds place of the integer. (for example, if we input 28398, we want the algorithm to output 3.) below is the proposed algorithm, but the values of x and y are missing: step 1: divide the input by x. call the quotient and ignore the remainder. step 2: now divide by y. ignore the quotient and call the remainder step 3: return what x, y will allow this algorithm to correctly find the hundreds digit of the input? put x in the first blank and y in the second blank. note: we would say that has a quotient of 2 and a remainder of 1.

answer
Answers: 1

Similar questions

Do you know the correct answer?
The input to the following algorithm is a positive integer. the goal is to find the digit in the hun...

Questions in other subjects:

Konu
World Languages, 21.01.2022 08:30
Konu
Mathematics, 21.01.2022 08:40