Thursday, June 3, 2021

simple program print hello word (POP) (96)

 #include<iostream>

using namespace std;

int main()

{

cout<<"Hello Word:"<<endl;

}

No comments:

Post a Comment