-moz-user-select:none; -webkit-user-select:none; -khtml-user-select:none; -ms-user-select:none; user-select:none;

Tuesday 7 April 2015

Extracting odd numbers from a given range

Hello and Asalam o Alikum.I hope you all are fine by the grace of Allah Almighty.
Today I am here with a new program that will extract odd numbers from a given range.So,below is the source code of this program.

Source code

khgamujtaba,C++,extracting odd numbers

Output

khgamujtaba,C++,extracting odd numbers


You can also used the logic "if(c%2!=0)".

If you have any difficulty in understanding the logic of this program,feel free to contact me at "G.A.Mujtaba11@gmail.com".


No comments:

Post a Comment