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
Get step-by-step solutions from verified subject matter experts
