Answer to Question #240711 in C++ for jersonjangerona

Question #240711

Prepare a c++ program of the sample run below:

SAMPLE RUN:

                    Name         Q1      Q2     Q3      Q4     Q5   

           

                  Von                     20

                  


1
Expert's answer
2021-09-22T23:48:46-0400
# include<iostream>
using namespace std;
int main()
{


	string Q1,Q2,Q3,Q4,Q5;
	cout<<"Enter the name: ";
	cin>>Q1;
	cout<<"Enter the name: ";
	cin>>Q2;
	cout<<"Enter the name: ";
	cin>>Q3;
	cout<<"Enter the name: ";
	cin>>Q4;
	cout<<"Enter the name: ";
	cin>>Q5;
	cout<<"Name  "<<Q1<<"   "<<Q2<<"  "<<Q3<<"  "<<Q4<<"  "<<Q5<<endl;
	cout<<"Von"<<"      "<<20;
}

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