C and C++

Moderators: None (Apply to moderate this forum)
Number of threads: 28695
Number of posts: 94715

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Edit Report
Re: How can i add commas to certain numbers Posted by Eric Tetz on 29 Jan 2001 at 2:48 PM
: Write a program that reads a number greater than or equal to 1000 from the user and prints it out with a comma seperating the thousands. Here is a sample dialog; the user input in color:
:
: Please enter an integer >= 1000 : 23456
:
: 23,456
:
: Can anyone figure this out?

Well, you already have the number in string form (because you read it from the console). Now all you have to do is count off characters from the right and insert a comma after every three digits. You can insert the commas while copying the digits to a new string, or you can insert them in place. This will give you practice on looping and string handling at the character level. It's not going to be easy, but you can always post here for help.

Cheers,
Eric


Thread Tree
Michelle How can i add commas to certain numbers on 29 Jan 2001 at 12:49 PM
Mike Re: How can i add commas to certain numbers on 29 Jan 2001 at 12:55 PM
Eric Tetz Re: How can i add commas to certain numbers on 29 Jan 2001 at 2:48 PM
Michelle Re: How can i add commas to certain numbers on 29 Jan 2001 at 9:50 PM
Xotor Re: How can i add commas to certain numbers on 29 Jan 2001 at 11:06 PM
Michelle Re: How can i add commas to certain numbers on 29 Jan 2001 at 11:40 PM
Xotor Re: How can i add commas to certain numbers on 30 Jan 2001 at 2:04 AM
Michelle Re: How can i add commas to certain numbers on 30 Jan 2001 at 12:09 AM
Eric Tetz Re: How can i add commas to certain numbers on 30 Jan 2001 at 1:22 AM
Michelle Re: How can i add commas to certain numbers on 30 Jan 2001 at 7:36 AM
Eric Tetz Re: How can i add commas to certain numbers on 30 Jan 2001 at 10:47 AM
Naomarik Re: How can i add commas to certain numbers on 22 Feb 2009 at 1:28 PM
MVE120_college Re: How can i add commas to certain numbers on 29 Nov 2012 at 12:12 PM
MVE120_college Re: How can i add commas to certain numbers on 29 Nov 2012 at 12:53 PM
MVE120_college Re: How can i add commas to certain numbers on 29 Nov 2012 at 12:55 PM
MVE120_college Re: How can i add commas to certain numbers on 29 Nov 2012 at 12:57 PM
MVE120_college Re: How can i add commas to certain numbers on 29 Nov 2012 at 1:55 PM



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.