Answer to Question #13473 in C++ for swapnil sahu

Question #13473
ABCDCBA
ABC CBA
AB BA
A A
AB BA
ABC CBA
ABCDCBA
1
Expert's answer
2012-08-28T10:10:24-0400
#include <iostream>

using namespace std;

int main() {
cout<<"ABCDCBA"<<endl;
cout<<"ABC CBA"<<endl;
cout<<"AB BA"<<endl;
cout<<"A A"<<endl;
cout<<"AB BA"<<endl;
cout<<"ABC CBA"<<endl;
cout<<"ABCDCBA"<<endl;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS