473,671 Members | 2,248 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

algorithm for printing specific odd numbers

1 New Member
printing odd numbers between one to ninety nine(99)
Nov 18 '15 #1
2 1072
weaknessforcats
9,208 Recognized Expert Moderator Expert
Read up on the % modulus operator.
Nov 18 '15 #2
donbock
2,426 Recognized Expert Top Contributor
The modulus operator provides a way to test if a particular number is even or odd. However, if you know you need to start from 1, and if you're allowed to know that The starting number is guaranteed to be odd, then you need a rule for computing the next odd number from the previous odd number.
Nov 19 '15 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
6504
by: drj0nson | last post by:
Without getting too mathematical : how do you print/handle big numbers? for ( int i = 1 ; i < 10 ; i ++) cout << (123456789 << i) << endl; 246913578 493827156 987654312 1975308624 -344350048
5
2189
by: Robert Bralic | last post by:
Dear, I weated a simple program, he is compiled with gcc, and generates prim numbers, with fastes method that I find.He is based on divide with generated prim numbers... At end he gives time report on format: dd:hh:mi:sec... Precompile as gcc prim.c -o prim, and use him as "prim upper_bound",as example:
1
4020
by: lsr.group | last post by:
How can I print the line numbers with the code in C#? I have tried everything and looked in a few books.
16
6763
by: a | last post by:
We are writing an app that assigns people to teams based on their curent score. Teams are 8 people, there are 2 teams. (i would like it to be flexible, but this is a start). I need an algorithm that creates the 2 teams such that the total score for each team is as close as possible. Any ideas?? Thanks!
6
2210
by: MJ | last post by:
Is it possible to print varying numbers of labels from Access?
5
15856
by: Stone | last post by:
Hello. I need a simple programme to print prime numbers from 1 to 100. I need it urgently.
7
6641
by: Digital Puer | last post by:
Hi, I am interested in catching exceptions and printing the line number and file name of where the exception occurred, like what is done in Java. For example, when vector's at() accesses beyond its size and throws an exception, I would like to have the file and line information available. Any ideas how I can do this?
2
2117
by: Garandowner | last post by:
I am writing a program and I can not figure how to get it to list only 5 entries per line with one space in between. I am trying to get the program to count by .379 and list only 5 entries per line. This is how I have my code for this section: for (k=1; k<=1000; k+=.379) { printf("%9.3f", k); } The rest of the code with this runs, but it lists the numbers continuously and separates numbers at the end of lines. ...
2
1536
by: anwarbaffa | last post by:
can any body help me that how can i print the list of prime numbers from 1 to 5o by using c. i shall be very thankful to u
0
8393
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8917
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8598
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8670
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5696
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4225
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4407
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2812
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2051
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.