Answer
Step 1 Get values for $N U M B E R, N_{1}, \ldots N_{10000}$ and $T_{1}, \ldots T_{10000}$
Step 2 Set the value of $i$ to 1 and count to 0
Step 3 While $(i \leq 10000)$ do Steps 3 through 6
Step 4$\quad$ If $\left(N U M B E R=T_{i}\right)$ then print $N_{i}$ and
Step 5 Add 1 to the value of Count
Step 6 Add 1 to the value of $i$
Step 7 If $(\text {count}>0)$ then print "There are count occurrences."
Step 8 Stop
Work Step by Step
--