Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a method dateNight that takes an argument representing the amount of money in dollars in your pocket. You are treating someone to a date
Write a method dateNight that takes an argument representing the amount of money in dollars in your pocket. You are treating someone to a date at a restaurant. Entrees are $ apiece, appetizers are $ and desserts are $ You want to buy two entrees, an appetizer, and a dessert. You won't buy anything and will leave the restaurant if you can't afford the two entrees. Otherwise, you will buy them. If you can also afford an appetizer, you will buy that, and if you can afford a dessert at that point, you will buy that whether or not you could afford the appetizer Return a number equal to how much money you will have remaining after following the above plan assume no tax, tip, or other fees
This is what I have but in the main string the system says test fails
public static double dateNightdouble amount
ifamount
return amount;
else
amount amount ;
if amount
return amount;
else
amount amount ;
if amount
return amount;
else
amount amount ;
return amount;
what I amnot writing correctly?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started