My orders
How it works
Examples
Reviews
Blog
Homework Answers
Submit
Sign in
How it works
Examples
Reviews
Homework answers
Blog
Contact us
Submit
Question #25898
Write A Program To print cross sign on the Screen.
Expert's answer
#include <iostream>
using namespace std;
void cross_sign()
{
cout << "& |& " << endl;
cout << "-----" << endl;
cout << "& |& " << endl;
}
int main()
{
cross_sign();
return 0;
}
Our fields of expertise
Programming
Math
Engineering
Economics
Physics
LATEST TUTORIALS
APPROVED BY CLIENTS
Thanks for the assistance,,, your service is great
#340795
on Jan 2024
Read all reviews >>