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