![]() |
pls help
can you make a program in C that inputs 10 numbers and output if it is odd or even and the number from lowest to highest... pls ^^ :)
|
Re: pls help
Looks like its your assignment and its you who should be doing it. We can always help you in the process but just can't give you all the code you need to submit to your faculty
|
Re: pls help
just a code for odd or even...pls
|
Re: pls help
Code:
if(number%2 == 0) |
Re: pls help
Code:
for(int i=0; i < 10;i++) { |
| All times are GMT +5.5. The time now is 12:43. |