write a c++ program....
Attachments:
Answers
Answered by
2
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!";
return 0;
}
Answered by
0
There is number of programs I can only give answer of one of the program .
Attachments:
Similar questions