Thread
:
How to skip a number in java
View Single Post
Apr 10th, 2008, 6:35 PM
#
4
Fall Back Son
Professional Programmer
Join Date: Oct 2006
Posts: 263
Rep Power:
2
Re: How to skip a number in java
did you mean "every time the digit 3 is attained, ignore it"? or just the values 33 & 3? If its any digit, 3, then you might want to use some kind of toString() then get rid of the 3 then toInt()
Fall Back Son
View Public Profile
Find More Posts by Fall Back Son