Hello,
I have a problem in writing a program with C++. I have been studying C# and Java but C++ is a way different to me, so I need your help.
My task is to make program which: reads an input from a text box than returns the nubers from that input which has two digits and their sum is 9.
For example:
Input: 12 231 81 53 522 11 63
Output: 81 63
I need it a ssimple as possible so I could understand it. Thank you in advance.