https://github.com/singhxtushar/room_cleaning_service
ROOM_CLEANING_SERVICE
https://github.com/singhxtushar/room_cleaning_service
Last synced: 4 months ago
JSON representation
ROOM_CLEANING_SERVICE
- Host: GitHub
- URL: https://github.com/singhxtushar/room_cleaning_service
- Owner: SINGHxTUSHAR
- Created: 2023-03-11T06:41:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T07:16:32.000Z (over 2 years ago)
- Last Synced: 2023-06-01T08:49:25.112Z (over 2 years ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ROOM_CLEANING_SERVICE
IN THIS PROJECT WE WILL BA ASKING USER TO ENTER THE NUMBER OF ROOMS THEY WANT TO BE CLEANED IN TWO SEGMENT (SMALL,LARGE).
CALCULATE THE COST AND TAX AND FINALLY GIVE THE ESTIMATE COST TO THEM.ROOM_CLEANING_SERVICE
Charges:
₹500 per small room.
₹800 per large room.
Sales tax rate is 8% of cost.Prompt the user for the number of small and large rooms they would like cleaned
and provide an estimate such as:
Estimate for Room cleaning service
Number of small rooms: 3
Number of large rooms: 1
Price per small room: Rs.500
Price per large room: Rs.800
Cost : ₹2300
Service_charge : Rs.184======================================
Total estimate: Rs.2484
======================================THANKS FOR USING OUR SERVICE