subject

Write a program to make suggestions on lodging in Europe. If a user wants to spend $30 or less on lodging per night, suggest camping. If a user wants to spend $45 or less but more than $30 per night, suggest youth hostel if the user is 30 years old or younger and adult hostel if the user is older than 30 years old. If a user wants to spend $100 or less but more than $45 per night, suggest hotel. If a user wants to spend $200 or less but more than $100 per night, suggest grant hotel. If a user wants to spend more than $200, suggest exclusive suites. If the country is France, also suggest rooms in palaces.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:40
Kali, a python programmer, is using the turtle module to write the word β€œhello.” which code should she use to indicate the location to begin writing the word? a # pick up the turtle and move it to its starting location. b penup(-100, 200) goto() pendown() c penup() goto(-100, 200) pendown() d # pick up the turtle and move it to (-100, 200)
Answers: 2
question
Computers and Technology, 22.06.2019 17:30
Type the correct answer in the box. spell all words correctly. under which key category do the page up and page down keys fall? page up and page down keys fall under the keys category.
Answers: 3
question
Computers and Technology, 22.06.2019 22:40
Least square fit to polynomial write a function leastsquarefit3pol that solves a linear system of equations to find a least squares fit of a third order polynomial to an experimental data set given as two row arrays. the function leastsquarefit3pol must explicitly solve a set of linear equations and cannot use polyfit. there should be no restriction on the size of the problem that can be solved.
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Which of the following tasks is an audio technician most likely to perform while working on a nature documentary? (select all that apply). eliminating potentially distracting background noise adding sound effects making sure the lighting is adequate for a particular scene changing the narration to better match the mood of the documentary
Answers: 3
You know the right answer?
Write a program to make suggestions on lodging in Europe. If a user wants to spend $30 or less on lo...
Questions