#include<iostream> using namespace std; int main() { cout<<"Hello,my friend."; cout<<"Let us learn computer programming!"; return 0; }