digit extraction

Pages: 12
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_
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: 12