Powered by Blogger.

Hello.[cpp]

Basic of Programming C++. Starting learning a programming was so bored.

#include<iostream>
using namespace std;
int main(){
string name;
cout <<"Enter your name:\n";
cin >>name;
cout <<"Hello "<<name;
}
view raw gistfile1.txt hosted with ❤ by GitHub

0 comments :

Post a Comment