SIMPLE PROGRAM C++ #include<iostream.h>/*Header File*/ int main()/*Main Function*/ { cout<<"\n*HELLO*\n"; /*Output Statements*/ }