cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
digit extraction
Page 2
digit extraction
Pages:
1
2
Sep 19, 2011 at 7:49pm UTC
maria536
(17)
ok, I have tried to figure this out and it is still not printing what it is supposed to, can someone please, please show me what this is supposed to look like so that it prints:
whats below, Thanks for all your help!!!!!
cout <<"Encrypted digits:" << "digit_three" <<"digit_four" <<"digit_one" <<" digit_two" << endl; // display encrypted numbers
Enter four-digit number: 1234
Encrypted digits: 0 1 8 9
press any key to continue_
Sep 19, 2011 at 7:58pm UTC
maria536
(17)
ok this is what I did
cout <<"Encrypted digit:" << digit_three << digit_four << digit_one << digit_two << endl; // display encrypted numbers
Topic archived. No new replies allowed.
Pages:
1
2