Computer Science, asked by Ronnyxxxx, 1 year ago

write a c++ program....

Attachments:

Answers

Answered by drishiya2002
2

#include <iostream>

using namespace std;

int main()  

{

   cout << "Hello, World!";

   return 0;

}

Answered by jaikokil1
0

There is number of programs I can only give answer of one of the program .

Attachments:
Similar questions