Day 9 (7.MAY.19)

Problem set


1. Creating a procedure to search a element in an array.

2. Creating a procedure to find the frequency of the number in an anrray.

ex. a[1 2 4 3 2 3 4] --> a[1:1 2:2 4:2 3:2 ]

RESULT :

All the above programs have been worked out and saved here.