Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please solve As soon as i have only 25 minutes Solve quickly i get you thumbs and vote up directly directly Thank's The following parallel

image text in transcribed

image text in transcribed

Please solve As soon as

i have only 25 minutes

Solve quickly i get you thumbs and vote up directly directly Thank's

The following parallel arrays store information about 1000 apartments in Jordan. string city[1000); // store the cities where these apartments are located int bedRooms[1000];//store the number of bedrooms in each apartment int price[1000);// store the price of each apartment . Which of the following code segments calculate the average price of all apartments which have three or more bedrooms and located in Irbid. The result stored in the variable 'x'. int x=0; for(int i=0;i=3 && city[i] "Irbid) } x = 1000; O All the answers are correct int x=0; for(int i=0;i=3 && city[i] "Irbid") X++; } int x=0; for(int i=0;i=3 && city[i] != "Irbid") x += price[i]; } x 1=1000; int i=0; for(int i=0;i=3 3 city[i] % *- price[i]; == "Irbid") % /=1880; Next >

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

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

Recommended Textbook for

Databases DeMYSTiFieD

Authors: Andy Oppel

2nd Edition

0071747990, 978-0071747998

More Books

Students also viewed these Databases questions