UO wants a program that displays the amount of money charged for a seminar. The fee per person is based on the number of people registered for the seminar. The following table shows the payment structure. For example, if the number of people registered for seminar are seven, then the total amount would be Rs 700. If the user enters a number that is less than or equal to 0, the program should display an error. The program should continue to respond until user enters a negative value.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 28PE
icon
Related questions
Question

Please answer in C++

UO wants a program that displays the amount of money charged for a seminar. The fee per person is
based on the number of people registered for the seminar. The following table shows the payment
structure. For example, if the number of people registered for seminar are seven, then the total amount
would be Rs 700. If the user enters a number that is less than or equal to 0, the program should display
an error. The program should continue to respond until user enters a negative value.
Number of Persons
Rate
7 or above
100/person
150/person
200/person
5 to 6
1 to 4
Error
Transcribed Image Text:UO wants a program that displays the amount of money charged for a seminar. The fee per person is based on the number of people registered for the seminar. The following table shows the payment structure. For example, if the number of people registered for seminar are seven, then the total amount would be Rs 700. If the user enters a number that is less than or equal to 0, the program should display an error. The program should continue to respond until user enters a negative value. Number of Persons Rate 7 or above 100/person 150/person 200/person 5 to 6 1 to 4 Error
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Concept of Parenthesis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning