Saved Bookmarks
| 1. |
1. WAP TO PRINT SCHOOL NAME AND YOUR NAME USING C++I AM MARK AS BRAINLIST.PLEASE SOLVE THIS PROBLEM. |
|
Answer» Answer: #include using namespace std; int main() { cout<<" My name is (give your name) "; cout<<" My SCHOOL name is (give your school name) "; RETURN 0; } I hope this will HELP you..Please mark this answer as the brainliest. |
|