Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
divide the number by 10 and extract the remainder...if the remainder is 5 then increment the counter.take an [I]int temp[/I] variable...set-->temp=NumArray(i) while dividing by 10 set-->temp=temp/10 and when checking the remainder check if(temp%10==5) { count++; } The code would look something like this: [CODE] int temp=0; for(int i=0; i<Max; i++) …
hey ppl, can anyone tell me which is the ideal database backend that i can use with php :confused: ...i thought about using access but i dont think it would be good enough...please help me.Thanx a lot.Ciao. -geek.
The End.
geekbutproud