Computer Science, asked by salima1525, 1 year ago

write a program to print the name of your school and the classvyou are in

Answers

Answered by Rohitkb
0
#include <iostream>
using namespace std;

int main()
{
cout<<"Name of school";
cout<<"your class";
return 0;
}

Rohitkb: are you telling about c++ right?
salima1525: no q basic
Similar questions