Answer to Question #43716 in C++ for jasdeep

Question #43716
Write a c++ program to display your name, address and city in different lines
1
Expert's answer
2014-06-27T10:15:41-0400
#include <iostream>

using namespace std;

int main(){
cout<<"Name\n";
cout<<"Sechenova str, 6\n";
cout<<"Kyiv\n";

return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS