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