C# console app for estimating carpet cleaning costs based on room sizes and quantities.
#My pdf URL for Searching about Standard numeric format: https://drive.google.com/file/d/1dXIgIOKCuQJCsSAK7KnqrXTyrbhkn0J2/view?usp=sharing
#🧹 Some hints This program simulates an estimate generator for a cleaning service. It prompts the user to enter:
The number of small rooms to be cleaned The number of large rooms to be cleaned It then calculates:
The base cost A 6% sales tax The total amount due All prices are handled using whole numbers (int), and the estimate is displayed clearly in the console.
#🛠Features Fixed pricing for small and large rooms Tax calculated as a percentage of the cost User-friendly input and output Clean and easy-to-read code #💻 Technologies Used C# .NET Console Application 🚀 How to Run Clone the repository: git clone https://github.com/Mostafa-SAID7/MyCleaningService.git