How would you go about selecting a number from an integer and then displaying it on the screen. So, if the user enters an integer N, say 36723 and then you want the 3rd digit displayed on screen, what code would you need to display the 7 (3rd digit)?
picking out a number from an integer
Collapse
X
Comment