1. WAP TO PRINT SCHOOL NAME AND YOUR NAME USING C++
I AM MARK AS BRAINLIST.
PLEASE SOLVE THIS PROBLEM.
Answers
Answered by
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