Answered step by step
Verified Expert Solution
Link Copied!

Question

00
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

blur-text-image

Get Instant Access with AI-Powered Solutions

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

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions