find the number of occurrences of a number between 0 to n: Example: between 0 to 22, 2 occurred 6 times write code in python use only single loop 'for' or 'while', Do not use any inbuilt function.
find the number of occurrences of a number between 0 to n: Example: between 0 to 22, 2 occurred 6 times write code in python use only single loop 'for' or 'while', Do not use any inbuilt function.