Consider the following list, if user enters 5 then display “2 times” because “5” occurs 2 times in the list
Write pseudo code to count occurrence of a given number in the list. For example, consider the following list, if user enters 5 then display “ 2 tim…