Question: Write a program in c++ that contains an array that contains the following values: [apple,orange,pear,banana,apricot,mango,coconut,pineapple,grape,tangerine] Your program should allow the user to enter the name

Write a program in c++ that contains an array that contains the following values:

["apple","orange","pear","banana","apricot","mango","coconut","pineapple","grape","tangerine"]

Your program should allow the user to enter the name of a fruit and then check to see if the fruit that the user entered is in the array. Do this by iterating through the array and checking each element using a loop. Do not use a switch statement.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!