Posts
 
Reputation
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
~3K People Reached
Favorite Tags
c++ x 1
php x 1

2 Posted Topics

Member Avatar for jack223

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++) …

Member Avatar for geekbutproud
0
2K
Member Avatar for geekbutproud

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.

Member Avatar for big_k105
0
192

The End.