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
Write a C program that takes input as name of the end user. Use for loop and print the name entered in the reverse order. 5. Write a program in C that accepts the Id, Name, and Grade of 5 students using any loop. Write a switch case, which should display the description of the grade along with the Id and Name. Description of grade given below in Table 1 Grade Description E Excellent V Very Good G Good A Average F Fail
Write a program that reads the prices of a shop’s products continuously until the user enters −1. The program should display the minimum price, the maximum, and the average of those within [5,30], before it terminates. Assume that none of the product’s costs more than $100.
Newton's second law of motion
. Using a do-while loop, write a C++ program to check that the user has typed a letter. The program must not stop until the user types a lowercase or uppercase letter.
Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You must write an algorithm with O(log n) runtime complexity.
Program 3:
Write a program which inputs integers to the user, which puts them as and when
measure in a list (List container of the STL), which sorts this list and then displays the
sorted list.Charles want to buy a necklace minimum 1 pearl
How to randomly move object to different positions such as drawcircle() each time you run the c++ program. I have been given rushhour gane.so each time i run the c++ program the object is placed at a random position different from the previous position. Can it be done through rand() srand() or arrays. Please guide me how to do it.
2. Write a C++ program to show the sorting methods based on input by the user. You can choose any TWO (2) of the sorting methods as follow:
− Selection
− Insertion
− Merge
− Bubble
− Quick