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