09. Yard Greening
https://pastebin.com/nb4xHnne
какво не му харесва на Judje, че ми дава 70/100
https://pastebin.com/nb4xHnne
какво не му харесва на Judje, че ми дава 70/100
double area = double.Parse(Console.ReadLine());
double price = area * 7.61;
double discount = price * 0.18;
double finalPrice = price - discount;
Console.WriteLine($"The final price is: {finalPrice:F2} lv.");
Console.WriteLine($"The discount is: {discount:F2} lv.");