Results 1 to 4 of 4
Thread: How can I do this program?
- 11-12-2010, 02:31 PM #1
Member
- Join Date
- Nov 2010
- Posts
- 1
- Rep Power
- 0
- 11-12-2010, 02:42 PM #2
To multiply all digits divide the number by ten and store the leftover in another variable (by using the % operator). Then divide the left number by ten again and so on.
Check out my youtube: http://www.youtube.com/user/MyrtleTheGhost
and also: http://www.youtube.com/user/ExplosionXTreme
- 11-12-2010, 03:09 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,380
- Blog Entries
- 7
- Rep Power
- 17
When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 11-13-2010, 01:49 AM #4
Senior Member
- Join Date
- Feb 2010
- Location
- Waterford, Ireland
- Posts
- 748
- Rep Power
- 4
Similar Threads
-
changing my program to array working program
By Chewart in forum New To JavaReplies: 39Last Post: 11-18-2009, 06:53 PM -
Execute A program from a Program!
By Moncleared in forum Advanced JavaReplies: 2Last Post: 02-22-2009, 04:17 PM -
Executing a program within a program
By gibsonrocker800 in forum New To JavaReplies: 5Last Post: 05-12-2008, 08:24 AM -
How to execute an External Program through Java program
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:40 PM -
How to execute an External Program through Java program
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:33 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks