Answer to Question #249750 in C++ for mjvf

Question #249750

Design an interface and write a program that will accept an integer and output what is entered


1
Expert's answer
2021-10-11T05:53:44-0400
#include<iostream>
using namespace std;
int main(){
	cout<<"Enter your full name\n";
	string name;
	getline(cin,name);
	cout<<"Hello!  "<<name<<endl;
}

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
New on Blog
APPROVED BY CLIENTS