Question #25898

Write A Program To print cross sign on the Screen.
1

Expert's answer

2013-03-13T05:06:10-0400
#include <iostream>

using namespace std;

void cross_sign()
{
cout << "& |& " << endl;
cout << "-----" << endl;
cout << "& |& " << endl;
}

int main()
{
cross_sign();
return 0;
}

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!
LATEST TUTORIALS
APPROVED BY CLIENTS