![]() |
C - Write algorithm
Q. 1 Write algorithm for the following :
a) to check whether an entered number is odd / even. b) to calculate sum of three numbers. |
Re: C - Write algorithm
Would you post some code that you have attempted for the same.
|
Re: C - Write algorithm
Code:
int is_numeven(int number)The second example should speak for itself. |
Re: C - Write algorithm
Ignore the comment '/* Mod' I didn't finish the comment.
|
Re: C - Write algorithm
I would suggest that producing someone's work for them is not in their best interests, when it comes to learning. It is, in fact, discouraged in the "Before you make a query" thread:
Quote:
You may think otherwise, of course. |
Re: C - Write algorithm
You're right, but the topic starter can ask questions after reading the small example. I mean, I just wrote a few lines of code for him and explained it a little bit.
Not sure what I'm doing wrong, however I agree to your point that it might be better if I'd have just given a few guidelines or references to documents. |
Re: C - Write algorithm
Also, please put code you write into code tags to preserve its indentation and formatting. I heartily recommend reading the "Before you make a query" thread, linked at the upper right of this page.
There is nothing wrong with writing code or rewriting code -- provided that the learner is showing that he or she is putting forth effort to learn. Getting one's homework done entirely for free (or even for a price) is doing a disservice to the poster and to potential employers and coworkers who have to discover that the supposed skills were not actually learned. |
Re: C - Write algorithm
I didn't look into it that way, I guess you're right. Thank you.
(btw on the code tags, I saw I should have added them but couldn't edit my post - where is the edit button?) |
Re: C - Write algorithm
Quote:
|
Re: C - Write algorithm
Thank you all....
|
| All times are GMT +5.5. The time now is 10:45. |