A ticket booking system program that will ask to enter age of person and will run until user enter the age of last family member. This program will then notify the amount due after each person’s age entered.
The rates for discovery.
The rates for bus swing
Construct the necessary script to solve the given problem.
Write a program on fault tree analysis for all the common possible circumstances.
White a program that does the following.
a)prompts the user to input five decimal number
Create a c++ quiz program, in this program it has a 10 questions that the user will answer. The program has the following functions:
A. It will show the message (Correct) if the the answer is correct and (Wrong) if the answer is wrong
B. It can compute the total score
C. If the user Failed in the quiz it will ask the user if he wants to retake the quiz. ( 6 is the passing rate)
C1.1If he select Yes he will take the quiz again.
C1.2. If he select No the program will automatically closed.
Extra 10 points: use system(“clear”) to clear the the previous data in the screenx
Write a c++ program to define a base class for account, derive two classes namely saving account and current account.
9+(4-7*(3/2*8)+5)-6
An algorithm and draw flowchart to count the number of digit in an integer given by the user
An algorithm and draw flowchart for swapping the content of two variables using third variable
write a program that will accept two different integers, or two different floatingpoint numbers, or two different characters or two different strings then output the value that is greater between the two values entered by the user. use function overloading to solve this.
Write a program to simulate a part of the control logic for a departmental photocopier. There can be multiple (n) users of the system and only one administrator. Your program should present a menu:
C)reat new user
A)administrator
U)ser
Q)uit
On creation, each user is assigned an account type and an id, a number within range from 0-n. Only Administrator can assign account type. Each user is linked to a copy account, either the master account or one of ten project accounts. That linkage is maintained by the administrator, and it can change as users work on different projects. For user, display the menu:
R)equest photocopies
A)ssociations
M)ain menu
In case of request photocopies, prompt for the number of copies and increment the appropriate account. For associations display project ids to which user is linked to. In both cases user should return to the main menu. For an administrator, show this menu: B)alance
M)aster
P)roject
S)tatistics
M)ain menu