Unit 4 Project-The Decision Maker App

(Code.org - App Lab)
**What I expect to happen: I EXPECT WHEN I PUT A VALUE IN THAT IS LESS THAN 250, BUT GREATER THAN 150 AND HAS NOISE CANCELLATION. I EXPECT THE OUTPUT TO BE “BEATS”

What actually happens: WHEN I PUT IN 220, THE OUTPUT REMAINS RAYCONS
What I’ve tried:

@tmotley,

The variable price is set to 0 from the beginning and never changes. The user can enter a budget, but your code never uses that input in any of the calculations, but instead uses the default price value (of 0).

Hopefully this can help you debug! Let us know if we can help further.

Good luck!

Mike