#include <iostream> using namespace std; int main() { cout <<"Welcome to c++\n\n"; cout <<"This is my first program."; system ("PAUSE"); return 0; }
No comments:
Post a Comment