Close this thread..
that's the general logic, I'm not sure if it will run in C.PHP Code:
function char_search(char x, char str[]){
int ctr;
for(ctr=0; ctr<=strlen(str); ctr++){
if(str[ctr] == x){
return 1;
}
}
return 0;
}
No to assignment posts
dili man bai, I'm just one of the few who will not tolerate assignments posted here.
It should be a students responsibility to do their assignments not istorya.net posters.
If you really wanna help them do not give them the code they need, you're not helping them at all.
Yes, there is something wrong.
1. There is something wrong with a student who posted his assignment in online forums. God knows if he's even trying to do his assignment by himself or simply posting it in an online forum because some generous guy will provide him the solution.
2. There is something wrong being so generous to students by giving them solutions to "very simple problems". In the next 3 or 4 years you will be giving them their thesis.
3. There is something wrong with providing solution code / algorithm, as the student may just copy it and never care how it works. Good if the student will try to understand the logic of the copied solution, which is in most cases not.
I rest my case brad, it's pointless to argue to a self-righteous individual who's so inclined to a perfect world....
I say no more.
Ithink iya point bai kay dili i spoonfeed ang mga students, if pirmi tagaan ug answer diritso dili ma develop ila analytical skills which is a necessary skill in programming.
i gues the proper way addressing the student's question is to give steps on how to solve it, even in the real world, aka in the industry kung ma-anad sila ug spoonfeed then mag lisod na sila ug adopt to new technologies by which ang pinaka importante ana is to learn things by themselves ( self-study). you'll be giving more justice to those learning if you teach them how to fish and not by giving them fish
NO TO HOMEWORK POSTS
Except sa mga chix! Hehehe...
Similar Threads |
|