1. Create a program a) that sorts alphabetically from (z-a) for "n times as per user's desire" unsorted words. b) Also create a program that accepts numbers from a user and sorts them in decreasing or descending order.
Figure: see image.
2. Write a program for an ATM machine that creates a separate class ATM. After verifying bank information, it must give a user options for checking a balance, withdrawal from, and deposit to account. Set the pin number to 2468 and set the card number to 1234567898765432.
Figure: see image.
3. Using a struct. Write a code by getting 3 numbers from the user that calculates multiplication of the three numbers and division of the first two numbers.
Figure: see image.
4. Create a class studentInfo that shows your name and your student ID.
Figure: see image.
5. Write a code with class Sphere that calculates the volume of a sphere by accepting from the user a radius. It loops by asking the user if he/she wants to continue or quit the program by entering Y/N.
Figure: see image.