View Single Post
Old Apr 10th, 2008, 6:35 PM   #4
Fall Back Son
Professional Programmer
 
Join Date: Oct 2006
Posts: 263
Rep Power: 2 Fall Back Son is on a distinguished road
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 is offline   Reply With Quote