
- Forum
- Programming Talk
- C Sharp
- Printing Number Series
Printing Number Series
This is a discussion on Printing Number Series within the C Sharp forums, part of the Programming Talk category; Given a number at runtime How to print numbers in the given format? For example when a number 1000 is ...
-
11-19-2011, 04:22 AM #1
- Join Date
- Feb 2006
- Answers
- 11
Printing Number Series
Given a number at runtime How to print numbers in the given format?
For example when a number 1000 is given as input then I want to print a series as follows:
0000, 0001, 0002....0025.....0500.....1000
How to do this?

Reply With Quote





