Name: Anonymous 2009-02-04 20:26
How do i make a program kinda like:
It should ask the user to enter the number and compute the answers.
Enter a three-digit positive integer: 765
The hundreds digit is: 7
The tens digit is: 6
The ones digit is: 5
It should ask the user to enter the number and compute the answers.
Enter a three-digit positive integer: 765
The hundreds digit is: 7
The tens digit is: 6
The ones digit is: 5