#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,my friend."<<endl; cout<<"Let us learn computer programming!"; }