Here is simple C++ program to print your name, class
#include
using namespace std;
int main()
{
cout << "My name is Code With C" << endl;
cout << "Class: 11-B ." << endl;
return 0;
}
The Way to Programming
The Way to Programming
Here is simple C++ program to print your name, class
#include
using namespace std;
int main()
{
cout << "My name is Code With C" << endl;
cout << "Class: 11-B ." << endl;
return 0;
}
Sign in to your account