Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Intro to C++ programming I have to make this below : code I entered : #include #include using namespace std; int main() { int n

Intro to C++ programming

I have to make this below :

image text in transcribed

code I entered :

#include #include using namespace std;

int main() { int n = -; string arr[5] ; string ne; cout>ne; bool status = false; for(int i=0;i

Error I got :

image text in transcribed

Can you tell me what I missed ?

Ask the user for five names. If the user enters the same name twice, give a warning and continue asking. For example: Enter 5 different names... Enter name # 1 : Bob Enter name # 2: Carol Enter name # 3: Ted Enter name # 4: Bob You already entered that namel! Enter name # 4: Alice Enter name # 5: Carol You already entered that name! Enter name # 5: Zooey Here are the names: Bob Carol Ted Alice Zooey<>

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design And Implementation

Authors: David M. Kroenke

5th Edition

B000CSIH5A, 978-0023668814

More Books

Students also viewed these Databases questions

Question

Discuss the techniques of sales forecasting.

Answered: 1 week ago

Question

Write short notes on Marketing mix.

Answered: 1 week ago

Question

Analyse the process of new product of development.

Answered: 1 week ago

Question

Understand why empowerment is so important in many frontline jobs.

Answered: 1 week ago