The code needs to be in C#, but it needs to be a .NET MAUI app. I have provided one of the sample outputs to use as an example. I've asked this question before but I'm sure the code is probably the same and it was before I found out that it was supposed to be a .NET MAUI app Lenny’s Car Wash company has reached out to you to design a basic interface for their car wash machines. The company offers the following car wash services: · Basic Wash ($10.00 USD) · Premium Wash ($15.00 USD) · Ultra Wash ($20.00 USD) In addition to the wash tiers available above, Lenny’s also offers the following add on services: · Air Freshener ($2.00) · Vacuum Service ($2.00) · Wax On Service ($5.00) · Tire Shine Service ($5.00) The customer must select a wash tier, but add-ons are optional. Additionally, only one wash tier may be selected per order. A receipt to the customer that details the wash selected, add-ons selected, and the total cost of the purchase must be shone after selections are finalized. This app also needs to be able to display an error message as well.
The code needs to be in C#, but it needs to be a .NET MAUI app. I have provided one of the sample outputs to use as an example. I've asked this question before but I'm sure the code is probably the same and it was before I found out that it was supposed to be a .NET MAUI app
Lenny’s Car Wash company has reached out to you to design a basic interface for their car wash machines. The company offers the following car wash services:
· Basic Wash ($10.00 USD)
· Premium Wash ($15.00 USD)
· Ultra Wash ($20.00 USD)
In addition to the wash tiers available above, Lenny’s also offers the following add on services:
· Air Freshener ($2.00)
· Vacuum Service ($2.00)
· Wax On Service ($5.00)
· Tire Shine Service ($5.00)
The customer must select a wash tier, but add-ons are optional. Additionally, only one wash tier may be selected per order. A receipt to the customer that details the wash selected, add-ons selected, and the total cost of the purchase must be shone after selections are finalized.
This app also needs to be able to display an error message as well.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images
This is supposed to be for a .NET MAUI app. Is this code written for a .NET MAUI app? Also is there a segment of code written to display an error message?