Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int gheSeonongheSe(int a[], int n, int jjj){
- int ghe_se=0;
- int i=0;
- while(a[i]<=jjj && i<n){
- if(a[i]==jjj)
- ghe_se++;
- i++;
- }//while
- return ghe_se;
- }//gheSeonongheSe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement