Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Merely produce pseudocode using algorithm rules.for c++ 3. (6 points) Congrats! You work for Zillow now. Your first task is to write an algorithm that

image text in transcribedMerely produce pseudocode using algorithm rules.for c++

3. (6 points) Congrats! You work for Zillow now. Your first task is to write an algorithm that recommends apartments based on a user's preferences. Zillow offers the following three properties for rent: 1. Apartment A - 600 square feet, pets allowed, $1000/month 2. Apartment B-800 square feet, no pets, $1400/month 3. Apartment C-1000 square feet, pets allowed, $1800/month Write an algorithm for a program that does the following: Prompt the user for the minimum square footage they will accept, how many pets they have, and the maximum price they'd pay per month, and then calculate and output the apartments that match their preferences. Make sure the inputs are valid--negative square footages, prices, and pet numbers don't make sense! --- Sample run What is the minimum square footage you'd like? 300 How many pets do you have? 1 What is the maximum monthly rent you'd pay? 1800 You'd love Apartment A! You'd love Apartment C

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

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

More Books

Students also viewed these Databases questions

Question

1-8 What is cultural competence? [LO-6]

Answered: 1 week ago

Question

1-5 What is an ethical dilemma? [LO-5]

Answered: 1 week ago