// The Header file for accessing cout method.
#include <iostream>
// The Main method, Entry Point of the program.
int main()
{
//Printing a message on the screen.
std::cout<<std::endl;
std::cout<<std::endl;
std::cout<<"C Plus Plus Programming";
std::cout<<std::endl;
std::cout<<std::endl;
return 0;
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment