Design an interface and write a program that will accept an integer and output what is entered
#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?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment