Write a program to display your name and address.

 Here i am using only the "cout<<" function where i have input my name and using "\n" i have used the line break.


#include<iostream>

using namespace std;

int main(){

cout<<"My name is Suman Adhikari \n";

cout<< "I am from Kathmandu";

return 0;}



0 Comments had been done yet:

Post a Comment