I need guidance on how to complete my semester project for programming fundamentals 3 that is in the language C++. I am to create a project that uses 5 classes that are not similar to one another. I am planning on doing an inventory game based on a Mall and I know that one of my classes will be an ATM machine, but I have no idea where to start or how to start the class.
Semester project is one of the main thing the course duration. We should always give much more care in that. Because it will helps to understand you the language better other than the normal program. In your case, C++ is one of the best object oriented programming language. You mention that there is 5 classes with the project and one is ATM machine. Note that, the main thing is you must write an algorithm for the ATM machine class. It gives you an idea about that. If you think it is very time taken process and avoid that, thats not good in programming. You just think an ATM machine what would be the needs means, private data members public data members and member functions. In case of member functions you know that there should be a withdrawal, depositing and balance checking.
And in the case of member variables, accno,password, withdraw amount, deposit amount, name and address.
In the case of program, you should create a main menu with ATM choices like login for both bank and customer using switch. If the user enters then needs to enter user name and passwor and which displays another menu which consists of depositing, withdrawal and balance checking.
ATM program is not a hard problem, you should try to do like the above mentiond way.
I need guidance on how to complete my semester project for programming fundamentals 3 that is...
please anyone give homomorphic encryption complete project?? please I want a code in c programming to implement homomorphic encryption . please actually I am doing a project in cryptography fundamentals calledhomomorphic encryption. can you please help me in doing that? I don't know anything in programming. ( c or python or c++)
I am doing a project in my physics class where we basically make a mythbusters episode on any movie or video game scene. My group is doing the scene in frozen where Anna goes to protect Elsa and freezes. How much force would be needed to break the Ice with a 1.1 kg Knightly Sword?
I'm writing a simple High-Low Game for my Fundamentals of Programming I class but in Visual Studios it keeps saying that my two different functions are undeclared I don't know where the problem is could you help? This is what I have so far: #include<iostream> #include<cstdlib> #include<ctime> #include<string> using namespace std; int main(); int rndmNum(); int rndmNum() { int num, n; srand(time(0)); num = rand() % 100 + 1; return num; } int userGuess(int num) {...
I might at some point to invite another person into my software project. I don't mind sharing the code but the data I use is very sensitive. Once he gets hands on both pieces I wont see him again (if you know what I mean).. The server is going to be collocated. He is going to want an admin access to the box remotely. So I am planning to have sensitive data to be in-memory only - I pump it...
I need help writing my main method**** Computer Science 111 Introduction to Algorithms and Programming: Java Programming Project #4 – Classes and Objects (20 Points) You will create 3 new classes for this project, two will be chosen from the list below and one will be an entirely new class you invent.Here is the list: Shirt Shoe Wine Book Song Bicycle VideoGame Plant Car FootBall Boat Computer WebSite Movie Beer Pants TVShow MotorCycle Design First Create three (3) UML diagrams...
I tried to complete a Java application that must include at a minimum: Three classes minimum At least one class must use inheritance At least one class must be abstract JavaFX front end – as you will see, JavaFX will allow you to create a GUI user interface. The User Interface must respond to events. If your application requires a data backend, you can choose to use a database or to use text files. Error handling - The application should...
Hello, I am doing a project of Apple, and need your help on following; I need to find out a Risk-free rate, Risk Premium for stock and beta to calculate Required return on the stock of apple. I know how to get a beta, but I do not know how to get a Risk-free rate and Risk Premium for stock. From my research, I could get a risk-free rate, which is 10-year treasury bonds, which is 2.79%. Can you please...
******Java Programming Hi guys, I really need you help. I created a code for my java course, but it keep giving me error messages. Majority of my code is fine but some keep display error on my console. I was hoping someone could pin points the problem. .There are three classes with the testCenter class being the main class. In the following is the assignment, and the bottom is my code. Please help! Assignment: Concepts: GUI User Design Graphics Deployment...
We are going to create a few different classes in this project. I will supply one of the classes: Pound (as in a pound for animals). Your goal will be to create proper Dog and Cat classes that will work in conjunction with this Pound class. Before starting to the design process for the Dog/Cat classes, carefully inspect this code. Get an idea of the goal of the Cat/Dog classes. How many fields will they store? What will the constructors...
Hi, Kindly assist with my project management assignment below using the attached case study Question 1 Update the project charter for the remainder of the project in response to Adams’ memo (lines 241 through 246). Question 2 Prepare a plan for the remainder of the project in response to Adams’ memo (lines 241 through 246). Your answers to the above will be assessed in terms of the level of communication displayed, the insights and inferences drawn, and your ability to...