Welcome
//my first program in c++ #include <iostream.h> #include<conio.h> main() { cout<<"Welcome to C++ By Alfi_Haryadi"; getche(); }