Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Create a problem analysis (including blackbox, inputs, outputs) using the question. 2. Write the question in psudeo code (including begin and end) 3. Visual

1. Create a problem analysis (including blackbox, inputs, outputs) using the question.

2. Write the question in psudeo code (including "begin" and "end")

3. Visual Studio C++ Source code to the question.

A hotel charges their customer's room rate per stay night and for the use of services such as breakfast and laundry. Valued Added Tax (VAT) of 20% is added to the total room cost and the services used. Write a program that reads the room rate, the number of nights of stay, and the total amount of services used and displays the total bill amount that a customer should pay. A sample run of the program should produce the following dialogue with the end user:

Enter the room rate: 75.5

Enter the number of nights of stay: 4

Enter the number of services used: 135

The total amount for room and services: 437

VAT charged at 20%: 87.4

Total amount to pay: 524.4

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL Crash Course A Hands On Introduction To Database Development

Authors: Rick Silva

1st Edition

1718503008, 978-1718503007

More Books

Students also viewed these Databases questions