cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Getting each number in an integer
Getting each number in an integer
Nov 25, 2011 at 2:35am UTC
franzwarning
(3)
Hi, how would I go about getting 1,3, and 7 in an array of nums from 137?
Cheers,
George
Nov 25, 2011 at 2:48am UTC
Duthomhas
(13282)
Remember to use your remainder (
%
) and integer divison (
/
) operators.
Topic archived. No new replies allowed.