Computer Science, asked by sowhardyamandal, 11 months ago

1. WAP TO PRINT SCHOOL NAME AND YOUR NAME USING C++
I AM MARK AS BRAINLIST.
PLEASE SOLVE THIS PROBLEM. ​

Answers

Answered by anindyaadhikari13
3

Answer:

#include<iostream>

using namespace std;

int main()

{

cout<<" My name is (give your name) ";

cout<<" My school name is (give your school name) ";

return 0;

}

Explanation:

I hope this will help you..Please mark this answer as the brainliest.

Similar questions