Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started