write a program to print the name of your school and the classvyou are in
Answers
Answered by
0
#include <iostream>
using namespace std;
int main()
{
cout<<"Name of school";
cout<<"your class";
return 0;
}
using namespace std;
int main()
{
cout<<"Name of school";
cout<<"your class";
return 0;
}
Rohitkb:
are you telling about c++ right?
Similar questions