!!!Please do exactly like this when the program runs this all should include also the * when typing the PIN!!!
AUTOMATED TELLER MACHINE
Screen/layout
MAD AUTOMATED TELLER MACHINE IS ONLINE
INPUT YOUR 6 DIGIT PIN ******
ENTER[Y/N]: Y
(default PIN is mad123; if correct go to main screen otherwise display the message "WRONG PIN". On the 3rd wrong attempt the prog. should exit)
[C]HECK BALANCE
[D]EPOSIT CASH
[W]ITHDRAW CASH
C[H]ANGE PIN
TRANSACTION: [C|D|W|H]: C
YOUR CURRENT BALANCE IS:
Php 0.00
TRANSACTION: [C|D|W|H]: D
INSERT YOU CASH
Php 15,000.00
Transaction [C|D|W|H]: W
INPUT THE AMOUNT OF WITHDRAWAL
Php 20,000.00
CASH NOT ENOUGH, TRY AGAIN
INPUT THE AMOUNT OF WITHDRAWAL
Php 5,000.00
TRANSACTION: [C|D|W|H]: H
INPUT YOUR CURRENT PIN ******
INPUT YOUR NEW PIN ******
VERIFY YOUR NEW PIN ******
ENTER[Y/N]: Y
AUTOMATED TELLER MACHINE
Create a C++ program that will
Maintaining balance is Php 5,000.00
Interest rate is 5%
Bank charge is 2%
PIN (Personal Identification Number) is required to do a bank transaction
The program gives the user an option to change PIN
The customer should be born on or before july 22 1987
The month of D.O.B should be of 21 days
Create an array list.
Use class and call the basic functions in main
Note:no global declarations
Write a program in C++ for the following equations of motion.
v = u + at
s = ut + 1/2at2
s = 1/2t (v + u)
v2 = u2 + 2as
100-500 words per explanation and avoid plagiarism. i. Explain the following datatypes in your own words without copying it from anywhere. a. int b. float. c. double. d. string. e. Bool.
300-500 words per discussion and avoid plagiarism. Discuss the following. a. Pointers b. Arrays c. Structures d. Classes e. functions
200-500 words per explanation and avoid plagiarism. I. Explain the following in your own words without copying it from anywhere. Give examples each in your explanation. a. Class hierarchies b. Algorithms c. Flowcharts d. Control structure
Discuss Object oriented programming in c++ with 4 points. Each point shoult not be less than 200 words.
Write the following program in c++. i. Create a class of your own choice with 5 attributes. ii. Create an object of named objone in the intmain() function iii. Access attributes and set values for all the 5 attributes iv. Print all the attribute values v. Create a function in the class that add two number and access the function using the oblject.